diff options
Diffstat (limited to 'pkg')
-rwxr-xr-x | pkg/tools/bitmask-bootstrap.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pkg/tools/bitmask-bootstrap.sh b/pkg/tools/bitmask-bootstrap.sh index 8c5a2af7..86d98791 100755 --- a/pkg/tools/bitmask-bootstrap.sh +++ b/pkg/tools/bitmask-bootstrap.sh @@ -24,7 +24,8 @@ function init_pew() which pew || pip install pew which pew || add_pew_to_environment PATH=~/.local/bin:$PATH - pew ls | grep bitmask || pew new bitmask + # this hangs when creating for the first time + pew ls | grep bitmask || echo '[+] bitmask boostrap: creating new bitmask virtualenv. Type "exit" in the shell to continue!' && pew new bitmask } function apt_install() |