Always uninstall

This commit is contained in:
Bob Mottram 2017-02-17 15:42:58 +00:00
parent aae9c16056
commit 75dd7c5fd2
1 changed files with 1 additions and 1 deletions

View File

@ -376,7 +376,7 @@ function upgrade_xmpp_client {
set_repo_commit $INSTALL_DIR/profanity-omemo-plugin "profanity omemo plugin commit" "$PROFANITY_OMEMO_PLUGIN_COMMIT" $PROFANITY_OMEMO_PLUGIN_REPO
cd $INSTALL_DIR/profanity-omemo-plugin
sed -i 's|python setup.py|python2.7 setup.py|g' $INSTALL_DIR/profanity-omemo-plugin/install.sh
pip uninstall profanity-omemo-plugin
pip uninstall -y profanity-omemo-plugin
./install.sh
for d in /home/*/ ; do
USERNAME=$(echo "$d" | awk -F '/' '{print $3}')