From 90db96139771400c65137797b3490d232421c559 Mon Sep 17 00:00:00 2001 From: Felix Mumme Date: Mon, 23 Dec 2024 01:23:28 +0100 Subject: [PATCH] more fixes in install script --- installation/install-openems.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/installation/install-openems.sh b/installation/install-openems.sh index 3557e9c..fb6fec7 100755 --- a/installation/install-openems.sh +++ b/installation/install-openems.sh @@ -25,7 +25,7 @@ echo -e "${GREEN}Summary of Configuration:${NC}" echo -e "${CYAN}Host: $host${NC}" echo -e "${CYAN}Set UI as default: ${ui_default}${NC}" -echo -e "${CYAN}Do you want to proceed with the installation? (yes/no): ${NC}" +echo -e "${YELLOW}Do you want to proceed with the installation? (yes/no): ${NC}" read proceed if [[ ! "$proceed" =~ ^[Yy][Ee][Ss]$ ]]; then @@ -44,7 +44,7 @@ echo -e "${GREEN}done${NC}" echo -e "${GREEN}setting up openems system service...${NC}" # setup openems service -wget -O /etc/systemd/system/openems.service https://git.mumme-it.de/Mumme-IT/openems-build/src/branch/main/installation/openems.service +sudo wget -O /etc/systemd/system/openems.service https://git.mumme-it.de/Mumme-IT/openems-build/src/branch/main/installation/openems.service # setup openems config dir sudo mkdir -p /etc/openems.d