test
This commit is contained in:
@@ -16,5 +16,3 @@ systemctl --user enable pulseaudio
|
|||||||
|
|
||||||
# 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
|
||||||
|
|
||||||
# Test
|
|
||||||
@@ -1,5 +1,8 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
# Not for production version
|
||||||
|
read -p "Troubleshooting - Press a key to continue the installation."
|
||||||
|
|
||||||
echo "-'-'-'-'-'-'-'-'-'-'-'-'-"
|
echo "-'-'-'-'-'-'-'-'-'-'-'-'-"
|
||||||
echo " "
|
echo " "
|
||||||
echo " Creates folders."
|
echo " Creates folders."
|
||||||
@@ -26,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 "-'-'-'-'-'-'-'-'-'-'-'-'-"
|
||||||
@@ -44,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 "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-"
|
||||||
@@ -73,7 +76,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.
|
||||||
@@ -92,7 +95,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...
|
||||||
@@ -119,6 +122,8 @@ git clone https://github.com/EliverLara/Nordic ~/bspwm-install-ma-dte/themes/the
|
|||||||
git clone https://github.com/alvatip/Nordzy-cursors ~/bspwm-install-ma-dte/themes/cursors/Nordzy-cursors-theme
|
git clone https://github.com/alvatip/Nordzy-cursors ~/bspwm-install-ma-dte/themes/cursors/Nordzy-cursors-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
|
||||||
|
read -p "Troubleshooting - Press a key to continue the installation."
|
||||||
|
|
||||||
#Copy Theme files...
|
#Copy Theme files...
|
||||||
echo "-'-'-'-'-'-'-'-'-'-'-'-'-"
|
echo "-'-'-'-'-'-'-'-'-'-'-'-'-"
|
||||||
|
|||||||
@@ -46,7 +46,7 @@ case $CHOICE in
|
|||||||
. ~/bspwm-install-ma-dte/install-ma-dte-debian.sh && . ~/bspwm-install-ma-dte/install-scripts/vm-install-mics.sh && systemctl reboot
|
. ~/bspwm-install-ma-dte/install-ma-dte-debian.sh && . ~/bspwm-install-ma-dte/install-scripts/vm-install-mics.sh && systemctl reboot
|
||||||
;;
|
;;
|
||||||
6)
|
6)
|
||||||
. ~/bspwm-install-ma-dte/install-ma-dte-debian.sh && systemctl reboot
|
. ~/bspwm-install-ma-dte/install-ma-dte-debian-minimal.sh && systemctl reboot
|
||||||
;;
|
;;
|
||||||
7)
|
7)
|
||||||
systemctl reboot
|
systemctl reboot
|
||||||
|
|||||||
Reference in New Issue
Block a user