summaryrefslogtreecommitdiff
path: root/install-pixelated.sh
diff options
context:
space:
mode:
authorBruno Wagner <bwgpro@gmail.com>2014-12-02 18:15:09 -0200
committerBruno Wagner <bwgpro@gmail.com>2014-12-02 18:15:09 -0200
commitc05fe2f7ae1b2d224718b21c38b4173b0ac7fd66 (patch)
treebcee483cd9d7372ec44b8c428f58dd3a4ffbb984 /install-pixelated.sh
parent50398774751798b1a8c207b8954d5cb981b50f92 (diff)
Updated vagrant box to have 1gb of RAM and to run rng-tools, so we can register users
Diffstat (limited to 'install-pixelated.sh')
-rwxr-xr-xinstall-pixelated.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/install-pixelated.sh b/install-pixelated.sh
index 0f618a16..62e78703 100755
--- a/install-pixelated.sh
+++ b/install-pixelated.sh
@@ -41,7 +41,6 @@ cd ../service
virtualenv .virtualenv
source .virtualenv/bin/activate
./go develop --always-unzip
-pip uninstall -y gnupg; pip install gnupg
# print usage
cat <<EOF
@@ -52,7 +51,7 @@ cat <<EOF
## You might also need to add your LEAP provider ssl certificate to pixelated manually for now, with the following steps:
## The easiest way to find this is accessing https://your.provider.org/ca.crt
-## Rename the certificate based on your provider domain name like this `your.leapprovider.org.crt`
+## Rename the certificate based on your provider domain name like this 'your.leapprovider.org.crt'
## Put it in services/pixelated/certificates/
## Once you are done, just run: