From da664519f3f97f35d0c3394a7dfe6db4ac54b95e Mon Sep 17 00:00:00 2001 From: Fr4nzD13trich Date: Sun, 12 Oct 2025 18:01:06 +0200 Subject: [PATCH] setup script updated --- dev_env_setup.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/dev_env_setup.sh b/dev_env_setup.sh index 367d4e3..b3df812 100755 --- a/dev_env_setup.sh +++ b/dev_env_setup.sh @@ -1,4 +1,5 @@ #!/bin/bash +trap "exit" INT mkdir -p /tmp/LoMeS source assets/shell/colors @@ -197,15 +198,15 @@ else fi if ! [ -f "/tmp/LoMeS/install_log" ]; then ### LOG CHECK - echo -e "\n ${LGN}No errors while setting up...${CRS}" + echo -e "\n ${LGN}No errors while setting up...${CRS}\n" else - echo -e "\n ${LRD}Error occured while setting up! Please check ${LCY}/tmp/LoMeS/install_log ${LRD}for details...${CRS}" + echo -e "\n ${LRD}Error occured during setup! Please check ${LCY}/tmp/LoMeS/install_log ${LRD}for details...${CRS}" fi if [ -f "/tmp/LoMeS/honacha" ]; then ### HOST NAME CHANGE !? - echo -e "\n ${YEL}During setup you changed this machines host name. For the change to take effect, you should reboot\n " + echo -e "\n ${YEL}During setup you changed this machines host name. For the change to take effect, you should reboot! " while true; do read -p " Would you like to reboot? (Y/n) --> " reboot echo -e "${CRS}"