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