The ultimate system upgrading solution!
LordMZTE 0f37d94625 switch to lua and implement when check 2021-10-12 23:12:29 +02:00
src switch to lua and implement when check 2021-10-12 23:12:29 +02:00
.gitignore init 2021-10-10 20:22:25 +02:00
Cargo.toml switch to lua and implement when check 2021-10-12 23:12:29 +02:00
README.md add readme 2021-10-10 20:25:10 +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.toml and add your commands!

[[steps]]
command = "apt update && apt upgrade"

[[steps]]
command = "rustup update"

then run upgr to ugprade!