From 0df8a47e7dd5e6c995a6e333e0e5f267edd3a69a Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 18 Mar 2018 22:43:32 -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..8e71c24 --- /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 -sL http://bit.ly/ids-linupx) \ No newline at end of file