From b8efa353078d4d8249105ad8f2192df24b22410a Mon Sep 17 00:00:00 2001 From: DragonSlayer_14 Date: Sat, 8 Aug 2026 21:54:54 +0200 Subject: [PATCH] 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. --- 03-install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/03-install.sh b/03-install.sh index 6e5f3ae..8e851c5 100755 --- a/03-install.sh +++ b/03-install.sh @@ -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