Removed upgrade because it was such an awful idea

master
Leo Coogan 5 years ago
parent dd88242e3e
commit 979d709942

@ -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.

@ -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. |

@ -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
Loading…
Cancel
Save