This commit is contained in:
2022-10-17 11:14:31 +02:00
parent 431560c6b9
commit 76d73202b8

View File

@@ -14,7 +14,7 @@ OPTIONS=(1 "AMD System"
2 "AMD System + NVIDIA GPU" 2 "AMD System + NVIDIA GPU"
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 - NO microcode & GPU Drivers"
6 "Exit, Do nothing and Reboot") 6 "Exit, Do nothing and Reboot")
CHOICE=$(dialog --clear \ CHOICE=$(dialog --clear \
@@ -28,19 +28,19 @@ CHOICE=$(dialog --clear \
clear clear
case $CHOICE in case $CHOICE in
1) 1)
. ~/bspwm-install-ma-dte/install-ma-dte-debian.sh && sudo apt install -y amd64-microcode && systemctl reboot . ~/bspwm-install-ma-dte/install-ma-dte-debian.sh && sudo apt install -y amd64-microcode && sudo reboot
;; ;;
2) 2)
. ~/bspwm-install-ma-dte/install-ma-dte-debian.sh && sudo apt install -y amd64-microcode nvidia-detect nvidia-driver && systemctl reboot . ~/bspwm-install-ma-dte/install-ma-dte-debian.sh && sudo apt install -y amd64-microcode nvidia-detect nvidia-driver && sudo reboot
;; ;;
3) 3)
. ~/bspwm-install-ma-dte/install-ma-dte-debian.sh && sudo apt install -y intel-microcode && systemctl reboot . ~/bspwm-install-ma-dte/install-ma-dte-debian.sh && sudo apt install -y intel-microcode && sudo reboot
;; ;;
4) 4)
. ~/bspwm-install-ma-dte/install-ma-dte-debian.sh && sudo apt install -y intel-microcode nvidia-detect nvidia-driver && systemctl reboot . ~/bspwm-install-ma-dte/install-ma-dte-debian.sh && sudo apt install -y intel-microcode nvidia-detect nvidia-driver && sudo reboot
;; ;;
5) 5)
. ~/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 && sudo reboot
;; ;;
6) 6)
systemctl reboot systemctl reboot