diff --git a/linupx-repo-change.sh b/linupx-repo-change.sh deleted file mode 100644 index d7b9eab..0000000 --- a/linupx-repo-change.sh +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/bash - -set -eu -set -o pipefail - -rm -f /usr/local/bin/runup -rm -Rf /opt/ubuntu-upscripts - -bash <(curl -sL https://git.schroedercity.com/voltron/LinUPx/raw/master/upscripts-install.sh)