more fixes in install script
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user