Add installation step for topgrade via deb-get
This ensures that the topgrade tool is installed automatically as part of the script. It simplifies the process for users by combining all necessary installations into the same setup routine.
This commit is contained in:
@@ -98,3 +98,6 @@ curl -sSL https://raw.githubusercontent.com/nekename/OpenDeck/main/install_opend
|
||||
|
||||
# deb-get
|
||||
curl -sL https://raw.githubusercontent.com/wimpysworld/deb-get/main/deb-get | sudo -E bash -s install deb-get
|
||||
|
||||
# topgrade
|
||||
sudo deb-get install topgrade
|
||||
|
||||
Reference in New Issue
Block a user