From b5113f807ccc97e171ab520307544792101ec425 Mon Sep 17 00:00:00 2001 From: Duda Dornelles Date: Wed, 11 Feb 2015 17:45:35 -0200 Subject: #272 reinstalling pysqlcipher on install-pixelated so that it gets recompiled with the right version of glibc (required for wheezy and just safier to do that for other systems) --- install-pixelated.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'install-pixelated.sh') 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 <