mirror of
https://github.com/xvzc/SpoofDPI.git
synced 2025-01-03 04:50:11 +00:00
add install.sh
This commit is contained in:
parent
43366b7225
commit
6fd23d3a6d
8
install.sh
Normal file
8
install.sh
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user