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.
|
1 year ago | |
---|---|---|
gupgr | 1 year ago | |
libupgr | 1 year ago | |
upgr | 1 year ago | |
.gitignore | 1 year ago | |
Cargo.toml | 1 year ago | |
README.md | 1 year ago | |
exampleconfig.lua | 1 year ago | |
rustfmt.toml | 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!