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:
2026-08-08 21:54:54 +02:00
parent 778c845db1
commit b8efa35307
+3
View File
@@ -98,3 +98,6 @@ curl -sSL https://raw.githubusercontent.com/nekename/OpenDeck/main/install_opend
# deb-get # deb-get
curl -sL https://raw.githubusercontent.com/wimpysworld/deb-get/main/deb-get | sudo -E bash -s install 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