The ultimate system upgrading solution!
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
LordMZTE 2acbb468ad
improve CLI and refactors
1 year ago
gupgr improve CLI and refactors 1 year ago
libupgr improve CLI and refactors 1 year ago
upgr improve CLI and refactors 1 year ago
.gitignore init 1 year ago
Cargo.toml added GUI 1 year ago
README.md update readme with lua config 1 year ago
exampleconfig.lua switch to lua and implement when check 1 year ago
rustfmt.toml init 1 year ago

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!