Your ROOT_URL in app.ini is https://git.bwnetwork.us/ but you are visiting http://git.bwnetwork.us/Administrator/Proxmox_Helper_scripts/commit/64e845e6e8c1f99f662507e103f775e6f4cadbf9?style=split&whitespace=ignore-change You should set ROOT_URL correctly, otherwise the web may not work correctly.

Add files via upload

pull/10/head
tteckster 4 years ago committed by GitHub
parent 7ba75c5e77
commit 64e845e6e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,18 @@
#!/usr/bin/env bash
echo -e "\e[1;33m This script will install Home Assistant Community Store (HACS) \e[0m"
while true; do
read -p "Start the HACS Install Script (y/n)?" yn
case $yn in
[Yy]* ) break;;
[Nn]* ) exit;;
* ) echo "Please answer yes or no.";;
esac
done
apt update &>/dev/null
apt install unzip &>/dev/null
cd /var/lib/docker/volumes/hass_config/_data
wget -O - https://get.hacs.xyz | bash -
# bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/hacs.sh)"
Loading…
Cancel
Save

Powered by BW's shoe-string budget.