The ultimate system upgrading solution!
LordMZTE 2acbb468ad improve CLI and refactors 2022-03-25 01:05:19 +01:00
gupgr improve CLI and refactors 2022-03-25 01:05:19 +01:00
libupgr improve CLI and refactors 2022-03-25 01:05:19 +01:00
upgr improve CLI and refactors 2022-03-25 01:05:19 +01:00
.gitignore init 2021-10-10 20:22:25 +02:00
Cargo.toml added GUI 2022-02-13 01:28:04 +01:00
README.md update readme with lua config 2021-10-12 23:30:57 +02:00
exampleconfig.lua switch to lua and implement when check 2021-10-12 23:12:29 +02:00
rustfmt.toml init 2021-10-10 20:22:25 +02:00

README.md

upgr

The ultimate system upgrade solution!

Tired of running a bunch of commands to update your system? Combine them into one with upgr!

...just create a config file in ~/.config/upgr/config.lua and add your commands!

steps = {
    {
        command = "apt update && apt upgrade",
    },
    {
        command = "rustup update",
    }
}

then run upgr to ugprade!