Update run.sh

This commit is contained in:
2024-05-20 20:06:08 +02:00
parent ca387408e7
commit 30b8ed01f2

8
run.sh
View File

@@ -2,9 +2,8 @@
# #
# Qtile - Debian install - Martin - ITmail.dk # Qtile - Debian install - Martin - ITmail.dk
# nano qtile-install.sh && chmod +x qtile-install.sh && ./qtile-install.sh # nano qtile-install.sh && chmod +x qtile-install.sh && ./qtile-install.sh
# bash -c "$(wget -O- http://192.168.18.34:3005/mara/made-install/raw/branch/main/install.sh)" # bash -c "$(wget -O- http://git.local:3005/mara/m.a.d.e/raw/branch/main/install.sh)"
# bash -c "$(wget -O- http://192.168.18.34:3005/mara/made-install/raw/branch/main/run.sh)" # sudo apt install -y git && git clone http://git.local:3005/mara/m.a.d.e.git && cd m.a.d.e && . install.sh
# sudo apt install -y git && git clone http://192.168.18.34:3005/mara/made-install.git && cd made-install && . install.sh
# Resource links to source # Resource links to source
# https://qtile.org # https://qtile.org
@@ -104,8 +103,7 @@ else
fi fi
# Install selection choose what to install Start echo -e "${YELLOW} Install selection choose what to install Start ${NC}"
echo -e "${YELLOW} Install selection choose what to install ${NC}"
PROGRAMS=$(whiptail --title "The Install selection" --checklist --separate-output \ PROGRAMS=$(whiptail --title "The Install selection" --checklist --separate-output \
"Choose what to install:" 20 78 15 \ "Choose what to install:" 20 78 15 \