From 138f2a272bd3f512f8691909ae32f180435ac609 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 25 Mar 2018 21:26:11 -0500 Subject: [PATCH] Add new file --- linupx-repo-change.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 linupx-repo-change.sh 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)