test
This commit is contained in:
@@ -1,18 +0,0 @@
|
|||||||
#!/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-minimal-last-packages.sh
|
|
||||||
|
|
||||||
# Last step setup menu installing.
|
|
||||||
#. ~/bspwm-install-ma-dte/last-step-setup-menu.sh
|
|
||||||
@@ -1,18 +1,18 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
#cd ~/bspwm-install-ma-dte
|
cd ~/bspwm-install-ma-dte
|
||||||
|
|
||||||
# Do, mkdir, copy, copy, echo files.
|
# Do, mkdir, copy, copy, echo files.
|
||||||
. $HOME/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
|
||||||
|
|
||||||
# Add Software & Packages.
|
# Add Software & Packages.
|
||||||
. $HOME/bspwm-install-ma-dte/install-scripts/apt-install-core-packages.sh
|
. ~/bspwm-install-ma-dte/install-scripts/apt-install-core-packages.sh
|
||||||
|
|
||||||
# Add Pulseaudio to system startup as user.
|
# Add Pulseaudio to system startup as user.
|
||||||
systemctl --user enable pulseaudio
|
systemctl --user enable pulseaudio
|
||||||
|
|
||||||
# Last Software & Packages.
|
# Last Software & Packages.
|
||||||
. $HOME/bspwm-install-ma-dte/install-scripts/apt-install-software-last-packages.sh
|
. ~/bspwm-install-ma-dte/install-scripts/apt-install-software-last-packages.sh
|
||||||
|
|
||||||
# Last step setup menu installing.
|
# Last step setup menu installing.
|
||||||
#. $HOME/bspwm-install-ma-dte/last-step-setup-menu.sh
|
#. ~/bspwm-install-ma-dte/last-step-setup-menu.sh
|
||||||
@@ -17,8 +17,7 @@ OPTIONS=(1 "AMD System"
|
|||||||
3 "Intel System"
|
3 "Intel System"
|
||||||
4 "Intel System + NVIDIA GPU"
|
4 "Intel System + NVIDIA GPU"
|
||||||
5 "Virtual Machine System - SUPER KEY to ALT KEY"
|
5 "Virtual Machine System - SUPER KEY to ALT KEY"
|
||||||
6 "Minimal Install (NO MICROCODE OR GPU DRIVERS AND SOFTWARE)"
|
6 "Exit, Do nothing and Reboot")
|
||||||
7 "Exit, Do nothing and Reboot")
|
|
||||||
|
|
||||||
CHOICE=$(dialog --clear \
|
CHOICE=$(dialog --clear \
|
||||||
--backtitle "$BACKTITLE" \
|
--backtitle "$BACKTITLE" \
|
||||||
@@ -46,9 +45,6 @@ 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-minimal.sh && systemctl reboot
|
|
||||||
;;
|
|
||||||
7)
|
|
||||||
systemctl reboot
|
systemctl reboot
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
Reference in New Issue
Block a user