Skip to content

Commit

Permalink
Bump macproxy version to 21.12.3 (PiSCSI#586)
Browse files Browse the repository at this point in the history
  • Loading branch information
rdmark authored Jan 1, 2022
1 parent c5ed2b5 commit 3af3f3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion easyinstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -724,7 +724,7 @@ function installMacproxy {

( sudo apt-get update && sudo apt-get install python3 python3-venv --assume-yes ) </dev/null

MACPROXY_VER="21.12.2"
MACPROXY_VER="21.12.3"
MACPROXY_PATH="$HOME/macproxy-$MACPROXY_VER"
if [ -d "$MACPROXY_PATH" ]; then
echo "The $MACPROXY_PATH directory already exists. Delete it to proceed with the installation."
Expand Down

0 comments on commit 3af3f3e

Please sign in to comment.