From 160a1e4601f61bb074f43ceb50af1672e86550c0 Mon Sep 17 00:00:00 2001 From: ITmail-dk Date: Wed, 9 Nov 2022 21:15:01 +0100 Subject: [PATCH] ADD sed -i 's+deb http://deb.debian.org/debian/ --- install.sh | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/install.sh b/install.sh index a34db50..4b587f7 100644 --- a/install.sh +++ b/install.sh @@ -66,6 +66,9 @@ echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-" #sudo sh -c "echo 'Xcursor.theme: Nordzy-cursors' >> /etc/X11/Xresources/x11-common" #sudo sh -c "echo 'Xcursor.size: 22' >> /etc/X11/Xresources/x11-common" +sudo sed -i 's+deb http://deb.debian.org/debian/ testing main contrib non-free+#deb http://deb.debian.org/debian/ testing main contrib non-free+g' /etc/apt/sources.list +sudo sed -i 's+deb-src http://deb.debian.org/debian/ testing main contrib non-free+#deb-src http://deb.debian.org/debian/ testing main contrib non-free+g' /etc/apt/sources.list +sleep 1 sudo sh -c "echo 'deb http://deb.debian.org/debian/ testing main contrib non-free' >> /etc/apt/sources.list" sudo sh -c "echo 'deb-src http://deb.debian.org/debian/ testing main contrib non-free' >> /etc/apt/sources.list" @@ -325,6 +328,9 @@ clear # 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 # END RUN ########################################################################################################################################## @@ -353,8 +359,4 @@ case $CHOICESTART in ;; esac -echo "DONE DOEN" - -#done - sudo reboot \ No newline at end of file