From a48d0bdcefda1bfebc2e4f26bf5b9244eb53b361 Mon Sep 17 00:00:00 2001 From: xvzc Date: Wed, 12 Jan 2022 20:59:26 +0900 Subject: [PATCH] update insatll.sh --- install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index a94f843..80204b0 100644 --- a/install.sh +++ b/install.sh @@ -5,4 +5,5 @@ 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 && mv ./spoof-dpi /usr/local/bin +tar -xzvf ./spoof-dpi-osx.tar.gz && rm -rf ./spoof-dpi-${1}.tar.gz && mv ./spoof-dpi /usr/local/bin && hash -r +