From 7054aa209b330d3e01db9d9e6e33ba9dcb20ba9f Mon Sep 17 00:00:00 2001 From: ITmail-dk Date: Mon, 31 Oct 2022 14:12:15 +0100 Subject: [PATCH] ADD install --- install-ma-dte-debian.sh | 2 +- install-scripts/apt-install-core-packages.sh | 12 ++++++++++-- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/install-ma-dte-debian.sh b/install-ma-dte-debian.sh index ad2f938..37e7fa0 100644 --- a/install-ma-dte-debian.sh +++ b/install-ma-dte-debian.sh @@ -1,5 +1,5 @@ #!/bin/bash -#cd ~/bspwm-install-ma-dte +cd ~/bspwm-install-ma-dte #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" diff --git a/install-scripts/apt-install-core-packages.sh b/install-scripts/apt-install-core-packages.sh index 2f787b5..fcb6195 100644 --- a/install-scripts/apt-install-core-packages.sh +++ b/install-scripts/apt-install-core-packages.sh @@ -27,5 +27,13 @@ sudo apt install -y xorg arandr autorandr dialog bspwm sxhkd sddm picom polybar # Google Chrome - Download + Install ON / OFF #rm google-chrome-stable_current_amd64.deb -wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb -sudo apt install -y ~/bspwm-install-ma-dte/google-chrome-stable_current_amd64.deb \ No newline at end of file +cd /tmp/ && wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb +sudo apt install -y /tmp/google-chrome-stable_current_amd64.deb + +# Not for production version +#read -p "Troubleshooting - Press a key to continue the installation." + +cd ~/bspwm-install-ma-dte + +# Not for production version +#read -p "Troubleshooting - Press a key to continue the installation." \ No newline at end of file