summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xinstall-pixelated.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/install-pixelated.sh b/install-pixelated.sh
index 541220aa..934f6543 100755
--- a/install-pixelated.sh
+++ b/install-pixelated.sh
@@ -100,11 +100,10 @@ rm -rf "$VIRTUALENV_PATH"
virtualenv "$VIRTUALENV_PATH"
source "$VIRTUALENV_PATH/bin/activate"
./go setup --always-unzip
-
# see https://github.com/pixelated-project/pixelated-user-agent/issues/225#issuecomment-70651268
# for details why we need to reinstall enum34
-pip uninstall -y enum34
-pip install enum34
+pip uninstall -y enum34 && pip install enum34
+pip uninstall -y pysqlcipher && pip install pysqlcipher # this is needed so pysqlcipher gets recompiled with the right version of glibc
# print usage
cat <<EOF