This commit is contained in:
parent
1ec4407008
commit
6d42aac7b9
1 changed files with 4 additions and 0 deletions
4
install.sh
Normal file
4
install.sh
Normal file
|
@ -0,0 +1,4 @@
|
|||
URL=`python -c 'import urllib.request;import json;f = urllib.request.urlopen("https://git.keks.cloud/api/v1/repos/kekskurse/http-server-status/releases?limit=1");d = json.loads(f.read().decode("utf-8"));
|
||||
for asset in d[0]["assets"]: x = asset["browser_download_url"] if asset["name"][-4:] == ".deb" else ""; print(x, end="");'`
|
||||
wget -O hss.deb $URL
|
||||
dpkg -i hss.deb
|
Loading…
Reference in a new issue