From d59cca0f778f72a291c7a248a7834028cbe63884 Mon Sep 17 00:00:00 2001 From: ITmail-dk Date: Wed, 23 Nov 2022 21:16:17 +0100 Subject: [PATCH] txt fix --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index f8ded0c..8d8cc02 100644 --- a/install.sh +++ b/install.sh @@ -39,7 +39,7 @@ whiptail --title "The installation of Martin BSPwm DTE on Debian" --menu "Choose # APTSELECTED MENU ############################################################################################################################################ -APTSELECTED=$(whiptail --separate-output --checklist "Software Packages" 20 80 10 \ +APTSELECTED=$(whiptail --separate-output --checklist "APT Software Packages" 20 80 10 \ "filezilla" "Free FTP solution" OFF \ "notepadqq" "A text editor for developers" OFF \ "librecad" "Open Source CAD application" OFF \