Skip to content

Commit

Permalink
Fix install script
Browse files Browse the repository at this point in the history
  • Loading branch information
gideonshaked committed Jul 21, 2021
1 parent b538333 commit dec4896
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ install_server_pkg() {
my_echo "Installing PALMS on remote host"
ssh "$REMOTE" "
cd ~/server/
sudo python3 -m pip install --upgrade .
sudo python3 -m pip install --upgrade --force-reinstall .
"
}

Expand Down

0 comments on commit dec4896

Please sign in to comment.