new install

This commit is contained in:
ITmail-dk
2022-01-15 19:02:11 +01:00
parent b61a4c2330
commit ff227b557f
10 changed files with 59 additions and 56 deletions

32
install-ma-dte-debian.sh Normal file
View File

@@ -0,0 +1,32 @@
#!/bin/bash
cd ~/bspwm-install-ma-dte
# Do, mkdir, copy, copy, echo files.
. ~/bspwm-install-ma-dte/install-scripts/mkdir-cp-git-chmod-echo-files.sh
# Add Software & Packages.
. ~/bspwm-install-ma-dte/install-scripts/apt-install-core-packages.sh
# Add Pulseaudio to system startup as user.
systemctl --user enable pulseaudio
# Last Software & Packages.
. ~/bspwm-install-ma-dte/install-scripts/apt-install-software-last-packages.sh
# Last step setup menu installing.
. ~/bspwm-install-ma-dte/install-menu.sh
echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-"
echo " "
echo " "
echo " Enter your user password, to continue if necessary"
echo " "
echo " "
echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-"
sleep 1
read -p "You are ready to reboot... Press [Enter] key to Reboot System."
systemctl reboot