Add new file

This commit is contained in:
2018-03-25 21:26:11 -05:00
parent 85609e76c1
commit 138f2a272b

10
linupx-repo-change.sh Normal file
View File

@@ -0,0 +1,10 @@
#!/bin/bash
set -eu
set -o pipefail
rm -f /usr/local/bin/runup
rm -Rf /opt/ubuntu-upscripts
bash <(curl -sLk https://scity.xyz/linupx)