diff --git a/COPYRIGHT.txt b/COPYRIGHT.txt index c17db1c..023335c 100644 --- a/COPYRIGHT.txt +++ b/COPYRIGHT.txt @@ -10,8 +10,6 @@ pa-rescan - Copyright (c) 2015 Signez scanif is licensed under the Unlicense. A license copy is provided in LICENSES/Unlicense.txt. -ugrade is licensed under the Unlicense. A license copy is provided in LICENSES/Unlicense.txt. - yt-dl is licensed under the Unlicense. A license copy is provided in LICENSES/Unlicense.txt. yt-mpeg is licensed under the Unlicense. A license copy is provided in LICENSES/Unlicense.txt. diff --git a/README.md b/README.md index 1ef0425..afc8859 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,6 @@ A collection of useful scripts. | pip-upgrade | Upgrade all pip packages. | | repack | Completely repack an NDS rom with `ndstool`. | | scanif | Scan several documents one-by-one with SANE/CUPS. | -| ugrade | Upgrade packages for every package manager. | | unpack | Completely unpack an NDS rom with `ndstool`. | | yt-dl | youtube-dl "magic" download. | | yt-mpeg | Turn wav/cover image into a video optimised for yt. | diff --git a/bin/ugrade b/bin/ugrade deleted file mode 100755 index 909da67..0000000 --- a/bin/ugrade +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/dash -sudo dnf upgrade -y && -sudo pacman -Syu && -pip-upgrade && -sudo npm -g upgrade && -sudo npm install -g npm && -sudo yarn global upgrade && -sudo update_rubygems && -sudo gem update --system