10 lines
137 B
Bash
10 lines
137 B
Bash
#!/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) |