From 517d54aa7377be15406f8c6cee4397f908cf91d0 Mon Sep 17 00:00:00 2001 From: mara Date: Sat, 1 Jun 2024 13:58:29 +0200 Subject: [PATCH] remove 12,13 menu --- install.sh | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/install.sh b/install.sh index ac71139..e1263a3 100644 --- a/install.sh +++ b/install.sh @@ -143,9 +143,7 @@ PROGRAMS=$(whiptail --title "The Install selection" --checklist --separate-outpu "8" "Install VS Code Editor" OFF \ "9" "Install SMB/CIFS Storage Client" ON \ "10" "Install NFS Storage Client" OFF \ -"11" "Install Ceph Storage Client" OFF \ -"12" "Install Discord" OFF \ -"13" "Install Steam" OFF 3>&1 1>&2 2>&3) +"11" "Install Ceph Storage Client" OFF 3>&1 1>&2 2>&3) # See the actual installation below - Install selection choose what to install End @@ -1471,15 +1469,6 @@ do "11") sudo apt install -y ceph-commen ;; - "12") - cd /tmp/ && wget -O discord.deb https://discord.com/api/download?platform=linux&format=deb && sudo apt install -y /tmp/discord.deb && rm discord.deb - ;; - "13") - sudo dpkg --add-architecture i386 - sudo apt update && sudo apt install -y mesa-vulkan-drivers libglx-mesa0:i386 mesa-vulkan-drivers:i386 libgl1-mesa-dri:i386 - sudo apt install -y steam-installer - ;; - esac done echo -e "${YELLOW} Install selection choose what to install End ${NC}"