From a5cff604898f83e256c02ee550964cce0bdd2629 Mon Sep 17 00:00:00 2001 From: Stephan Raabe Date: Mon, 27 May 2024 17:30:11 +0200 Subject: [PATCH] Updates --- .install/bashrc.sh | 1 + .install/diagnosis.sh | 2 +- .install/reboot.sh | 1 + .install/vm.sh | 1 + 4 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.install/bashrc.sh b/.install/bashrc.sh index bdc57b2..f297daa 100755 --- a/.install/bashrc.sh +++ b/.install/bashrc.sh @@ -11,6 +11,7 @@ fi if [ -f ~/dotfiles-versions/backups/$datets/.bashrc-old ]; then echo "Backup is already available here ~/dotfiles-versions/backups/$datets/.bashrc-old" fi +echo if [ ! -L ~/.bashrc ] && [ -f ~/.bashrc ]; then bash_confirm="Do you want to replace your existing .bashrc file with the ML4W dotfiles .bashrc file?" if gum confirm "$bash_confirm" ;then diff --git a/.install/diagnosis.sh b/.install/diagnosis.sh index ff2791c..7cd6f8e 100644 --- a/.install/diagnosis.sh +++ b/.install/diagnosis.sh @@ -4,7 +4,7 @@ echo -e "${NONE}" echo "The system check will test that essential packages and " echo "execution commands are available now on your system." - +echo if gum confirm "Do you want to run a short system check?" ;then _folderExists "$HOME/dotfiles" "Please repeat the installation." diff --git a/.install/reboot.sh b/.install/reboot.sh index 7f59583..39474d1 100644 --- a/.install/reboot.sh +++ b/.install/reboot.sh @@ -6,6 +6,7 @@ echo -e "${GREEN}" figlet "Reboot" echo -e "${NONE}" echo "A reboot of your system is recommended." +echo if gum confirm "Do you want to reboot your system now?" ;then echo ":: Rebooting now ..." sleep 3 diff --git a/.install/vm.sh b/.install/vm.sh index 8fae350..0b4dd91 100755 --- a/.install/vm.sh +++ b/.install/vm.sh @@ -4,6 +4,7 @@ echo -e "${GREEN}" figlet "KVM VM" echo -e "${NONE}" echo "The script has detected that you run the installation in a KVM virtual machine." + echo if grep -Fxq "kvm.conf" ~/dotfiles-versions/$version/hypr/conf/environment.conf then echo ":: KVM Environment already set."