From 24a31f53017cbaaa94059b8fa64764d9efc8e5bc Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Thu, 10 Aug 2017 15:14:06 -0400 Subject: [pkg] echo hint to continue bootstrapping after creating venv --- pkg/tools/bitmask-bootstrap.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pkg/tools') 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() -- cgit v1.2.3