Remove - Troubleshooting - Press a key to conti...

This commit is contained in:
2022-03-07 08:07:47 +01:00
parent cfff84517f
commit c51a4d5232
2 changed files with 16 additions and 13 deletions

View File

@@ -5,25 +5,31 @@ cd ~/bspwm-install-ma-dte
. ~/bspwm-install-ma-dte/install-scripts/mkdir-cp-git-chmod-echo-files.sh . ~/bspwm-install-ma-dte/install-scripts/mkdir-cp-git-chmod-echo-files.sh
# Not for production version # 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. # Add Software & Packages.
. ~/bspwm-install-ma-dte/install-scripts/apt-install-core-packages.sh . ~/bspwm-install-ma-dte/install-scripts/apt-install-core-packages.sh
# Not for production version # 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. # Add Pulseaudio to system startup as user.
systemctl --user enable pulseaudio systemctl --user enable pulseaudio
# Not for production version # 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. # Last Software & Packages.
. ~/bspwm-install-ma-dte/install-scripts/apt-install-software-last-packages.sh . ~/bspwm-install-ma-dte/install-scripts/apt-install-software-last-packages.sh
# Not for production version # 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. # Last step setup menu installing.
#. ~/bspwm-install-ma-dte/last-step-setup-menu.sh #. ~/bspwm-install-ma-dte/last-step-setup-menu.sh

View File

@@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
# Not for production version # 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 "-'-'-'-'-'-'-'-'-'-'-'-'-"
echo " " echo " "
@@ -29,7 +29,7 @@ mkdir ~/Music
# Not for production version # 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... #Copy files to...
echo "-'-'-'-'-'-'-'-'-'-'-'-'-" echo "-'-'-'-'-'-'-'-'-'-'-'-'-"
@@ -47,7 +47,7 @@ cp -r ~/bspwm-install-ma-dte/wallpapers/* ~/wallpapers/
cp ~/bspwm-install-ma-dte/local-files/.Xresources ~/ cp ~/bspwm-install-ma-dte/local-files/.Xresources ~/
# Not for production version # 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 config to files. YES / NO
echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-" 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 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 '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." echo " Add UPUP alias to bash under bash_aliases config."
touch ~/.bashrc touch ~/.bashrc
echo 'alias ls="ls --color=auto --group-directories-first -v -la"' >> ~/.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 echo "bgcolor=#191a1b" >> ~/.config/nitrogen/bg-saved.cfg
# Not for production version # 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. #chmod +x files.
@@ -97,7 +94,7 @@ chmod +x ~/.config/rofi/rofi-wifi-menu.sh
chmod +x ~/.config/rofi/rofi-beats.sh chmod +x ~/.config/rofi/rofi-beats.sh
# Not for production version # 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... #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 git clone https://github.com/PapirusDevelopmentTeam/papirus-icon-theme ~/bspwm-install-ma-dte/themes/icons/Papirus-icon-theme
# Not for production version # 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... #Copy Theme files...
echo "-'-'-'-'-'-'-'-'-'-'-'-'-" echo "-'-'-'-'-'-'-'-'-'-'-'-'-"