fix urls
This commit is contained in:
@ -44,7 +44,7 @@ echo -e "${GREEN}done${NC}"
|
||||
echo -e "${GREEN}setting up openems system service...${NC}"
|
||||
|
||||
# setup 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
|
||||
sudo wget -O /etc/systemd/system/openems.service https://git.mumme-it.de/Mumme-IT/openems-build/raw/branch/main/installation/openems.service
|
||||
|
||||
# setup openems config dir
|
||||
sudo mkdir -p /etc/openems.d
|
||||
@ -68,7 +68,7 @@ wget -O ~/openems-ui.zip https://git.mumme-it.de/Mumme-IT/openems-build/raw/main
|
||||
sudo unzip -o ~/openems-ui.zip -d /var/www/openems/html
|
||||
sudo rm ~/openems-ui.zip
|
||||
|
||||
sudo wget -O /etc/nginx/sites-available/openems https://git.mumme-it.de/Mumme-IT/openems-build/src/branch/main/installation/nginx-config
|
||||
sudo wget -O /etc/nginx/sites-available/openems https://git.mumme-it.de/Mumme-IT/openems-build/raw/branch/main/installation/nginx-config
|
||||
sudo ln -sf /etc/nginx/sites-available/openems "/etc/nginx/sites-enabled/$host"
|
||||
|
||||
if $ui_default; then
|
||||
|
Reference in New Issue
Block a user