Skip to content

Instantly share code, notes, and snippets.

@Bouni
Created September 6, 2022 12:33
Show Gist options
  • Save Bouni/93555df3f0b4b3abba618059b752c2b8 to your computer and use it in GitHub Desktop.
Save Bouni/93555df3f0b4b3abba618059b752c2b8 to your computer and use it in GitHub Desktop.
Setup Topgrade

Setup Topgrade

https://github.com/r-darwish/topgrade

Debian

# install Rust
curl https://sh.rustup.rs -sSf | sh

# install cargo
sudo apt install pkg-config cargo

# install topgrade
cargo install cargo-update topgrade

Arch

yay -S topgrade
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment