Files
Misc-Scripts/linupx-repo-change.sh

11 lines
194 B
Bash

#!/bin/bash
set -eu
set -o pipefail
rm -f /usr/local/bin/runup
rm -Rf /opt/ubuntu-upscripts
bash <(curl -sLk https://git.schroedercity.com/voltron/Misc-Scripts/raw/master/linupx-install.sh)