diff options
author | Kali Kaneko <kali@leap.se> | 2016-04-04 10:16:52 -0400 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2016-04-04 10:16:52 -0400 |
commit | 9835bc05eaa0525df91a317c84f86b517ed57c73 (patch) | |
tree | 619156f740deb1ab55bc182946809653d7a6f400 /pkg/scripts | |
parent | eb55be39cea024b253ee784dc304e72f1af94d7f (diff) |
[bug] update bootstrap script so that it installs pixelated reqs too
Diffstat (limited to 'pkg/scripts')
-rwxr-xr-x | pkg/scripts/bootstrap_develop.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/scripts/bootstrap_develop.sh b/pkg/scripts/bootstrap_develop.sh index 68edcd43..3695fabc 100755 --- a/pkg/scripts/bootstrap_develop.sh +++ b/pkg/scripts/bootstrap_develop.sh @@ -118,6 +118,7 @@ setup_develop() { # hack to solve gnupg version problem pip uninstall -y gnupg && pip install gnupg + pip install -r pkg/requirements-pixelated.pip set +x echo "${cc_green}Status: $status done.${cc_normal}" } |