From 259d3cc9050b46e642dcd21ec573c25fbc68d64c Mon Sep 17 00:00:00 2001 From: ITmail-dk Date: Tue, 22 Nov 2022 17:13:14 +0100 Subject: [PATCH] ADD Syncthing install .sh --- install.sh | 9 --------- scripts-install/install-vscode-debian.sh | 2 +- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/install.sh b/install.sh index 4a9b654..1773696 100644 --- a/install.sh +++ b/install.sh @@ -297,8 +297,6 @@ echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-" # Last Software & Packages sudo apt install -y wireguard qimgv libreoffice libreoffice-gtk3 libreoffice-l10n-da freerdp2-x11 freerdp2-shadow-x11 speedcrunch $APTSELECTED -# Maybe maybe Software & Packages ON / OFF -#sudo apt install -y # Not for production version #read -p "Troubleshooting - Press a key to continue the installation." @@ -314,13 +312,6 @@ clear # Alacritty - Building and installing ON / OFF #. ~/bspwm-install-ma-dte/install-scripts/install-alacritty-debian.sh -# Not for production version -#read -p "Troubleshooting - Press a key to continue the installation." - - -# Last step setup menu installing. -#. ~/bspwm-install-ma-dte/last-step-setup-menu.sh - # Not for production version #read -p "Troubleshooting - Press a key to continue the installation." clear diff --git a/scripts-install/install-vscode-debian.sh b/scripts-install/install-vscode-debian.sh index 01548eb..eb697ae 100644 --- a/scripts-install/install-vscode-debian.sh +++ b/scripts-install/install-vscode-debian.sh @@ -10,7 +10,7 @@ echo " " echo " continues the installation in 3 seconds" echo " " echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-" -sleep 2 +sleep 1 cd /tmp/ wget -O vscode_amd64.deb 'https://code.visualstudio.com/sha/download?build=stable&os=linux-deb-x64'