Remove - Troubleshooting - Press a key to conti...
This commit is contained in:
@@ -5,25 +5,31 @@ cd ~/bspwm-install-ma-dte
|
||||
. ~/bspwm-install-ma-dte/install-scripts/mkdir-cp-git-chmod-echo-files.sh
|
||||
|
||||
# Not for production version
|
||||
read -p "Troubleshooting - Press a key to continue the installation."
|
||||
#read -p "Troubleshooting - Press a key to continue the installation."
|
||||
|
||||
# Add Software & Packages.
|
||||
. ~/bspwm-install-ma-dte/install-scripts/apt-install-core-packages.sh
|
||||
|
||||
# Not for production version
|
||||
read -p "Troubleshooting - Press a key to continue the installation."
|
||||
#read -p "Troubleshooting - Press a key to continue the installation."
|
||||
|
||||
# Add Pulseaudio to system startup as user.
|
||||
systemctl --user enable pulseaudio
|
||||
|
||||
# Not for production version
|
||||
read -p "Troubleshooting - Press a key to continue the installation."
|
||||
#read -p "Troubleshooting - Press a key to continue the installation."
|
||||
|
||||
# Last Software & Packages.
|
||||
. ~/bspwm-install-ma-dte/install-scripts/apt-install-software-last-packages.sh
|
||||
|
||||
# Not for production version
|
||||
read -p "Troubleshooting - Press a key to continue the installation."
|
||||
#read -p "Troubleshooting - Press a key to continue the installation."
|
||||
|
||||
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"
|
||||
|
||||
# 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
|
||||
@@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Not for production version
|
||||
read -p "Troubleshooting - Press a key to continue the installation."
|
||||
#read -p "Troubleshooting - Press a key to continue the installation."
|
||||
|
||||
echo "-'-'-'-'-'-'-'-'-'-'-'-'-"
|
||||
echo " "
|
||||
@@ -29,7 +29,7 @@ mkdir ~/Music
|
||||
|
||||
|
||||
# Not for production version
|
||||
read -p "Troubleshooting - Press a key to continue the installation."
|
||||
#read -p "Troubleshooting - Press a key to continue the installation."
|
||||
|
||||
#Copy files to...
|
||||
echo "-'-'-'-'-'-'-'-'-'-'-'-'-"
|
||||
@@ -47,7 +47,7 @@ cp -r ~/bspwm-install-ma-dte/wallpapers/* ~/wallpapers/
|
||||
cp ~/bspwm-install-ma-dte/local-files/.Xresources ~/
|
||||
|
||||
# Not for production version
|
||||
read -p "Troubleshooting - Press a key to continue the installation."
|
||||
#read -p "Troubleshooting - Press a key to continue the installation."
|
||||
|
||||
# Echo config to files. YES / NO
|
||||
echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-"
|
||||
@@ -59,9 +59,6 @@ echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-"
|
||||
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"
|
||||
|
||||
sudo sh -c "echo 'Xcursor.theme: Nordzy-cursors' >> /etc/X11/Xresources/x11-common"
|
||||
sudo sh -c "echo 'Xcursor.size: 18' >> /etc/X11/Xresources/x11-common"
|
||||
|
||||
echo " Add UPUP alias to bash under bash_aliases config."
|
||||
touch ~/.bashrc
|
||||
echo 'alias ls="ls --color=auto --group-directories-first -v -la"' >> ~/.bashrc
|
||||
@@ -78,7 +75,7 @@ echo "mode=5" >> ~/.config/nitrogen/bg-saved.cfg
|
||||
echo "bgcolor=#191a1b" >> ~/.config/nitrogen/bg-saved.cfg
|
||||
|
||||
# Not for production version
|
||||
read -p "Troubleshooting - Press a key to continue the installation."
|
||||
#read -p "Troubleshooting - Press a key to continue the installation."
|
||||
|
||||
|
||||
#chmod +x files.
|
||||
@@ -97,7 +94,7 @@ chmod +x ~/.config/rofi/rofi-wifi-menu.sh
|
||||
chmod +x ~/.config/rofi/rofi-beats.sh
|
||||
|
||||
# Not for production version
|
||||
read -p "Troubleshooting - Press a key to continue the installation."
|
||||
#read -p "Troubleshooting - Press a key to continue the installation."
|
||||
|
||||
|
||||
#Unzip files to...
|
||||
@@ -125,7 +122,7 @@ git clone https://github.com/alvatip/Nordzy-cursors ~/bspwm-install-ma-dte/theme
|
||||
git clone https://github.com/PapirusDevelopmentTeam/papirus-icon-theme ~/bspwm-install-ma-dte/themes/icons/Papirus-icon-theme
|
||||
|
||||
# Not for production version
|
||||
read -p "Troubleshooting - Press a key to continue the installation."
|
||||
#read -p "Troubleshooting - Press a key to continue the installation."
|
||||
|
||||
#Copy Theme files...
|
||||
echo "-'-'-'-'-'-'-'-'-'-'-'-'-"
|
||||
|
||||
Reference in New Issue
Block a user