diff --git a/install.sh b/install.sh new file mode 100644 index 0000000..6dacdee --- /dev/null +++ b/install.sh @@ -0,0 +1,8 @@ +#!bin/bash + +curl --silent "https://api.github.com/repos/xvzc/SpoofDPI/releases/latest" | + grep '"tag_name":' | + sed -E 's/.*"([^"]+)".*/\1/' | + xargs -I {} curl -sOL "https://github.com/xvzc/SpoofDPI/releases/download/"\{\}'/spoof-dpi-osx.zip' + +unzip -rf ./spoof-dpi-osx.zip