From be12b3067548e8cff071899751a0b62a4fffca77 Mon Sep 17 00:00:00 2001 From: xvzc Date: Wed, 12 Jan 2022 20:53:22 +0900 Subject: [PATCH] update install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 85f9467..a94f843 100644 --- a/install.sh +++ b/install.sh @@ -5,4 +5,4 @@ curl "https://api.github.com/repos/xvzc/SpoofDPI/releases/latest" | sed -E 's/.*"([^"]+)".*/\1/' | xargs -I {} curl -OL "https://github.com/xvzc/SpoofDPI/releases/download/"\{\}"/spoof-dpi-${1}.tar.gz" -tar -xzvf ./spoof-dpi-osx.tar.gz && rm -rf ./spoof-dpi-${1}.tar.gz +tar -xzvf ./spoof-dpi-osx.tar.gz && rm -rf ./spoof-dpi-${1}.tar.gz && mv ./spoof-dpi /usr/local/bin