diff --git a/linupx-repo-change.sh b/linupx-repo-change.sh new file mode 100644 index 0000000..a6aba24 --- /dev/null +++ b/linupx-repo-change.sh @@ -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)