My update script, intended for Ubuntu 22.04.
This script automatically updates:
apt
packages (withautoremove -y
).rustup
itself, and installed toolchains.- Installed
cargo
applications.- Updated with cargo-update.
snap
projects.tldr
cache.- A global Gradle installation (installs to
/opt/gradle/
).
This is intended to be as easy as possible to extend. If an update 'group' is not listed here, it should be easy to add.
Currently, Update does not have any command-line flags. They may be added later on if deemed necessary.
$ ./src/update.sh
You may 'pin' specific sections by inserting their names into $XDG_CONFIG_HOME/update/pinned
(default ~/.config/update/pinned
), like so:
snap
gradle
Update is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
Update is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with Update, within LICENSE. If not, see <https://www.gnu.org/licenses/>.