Your ROOT_URL in app.ini is https://git.bwnetwork.us/ but you are visiting http://git.bwnetwork.us/Administrator/Proxmox_Helper_scripts/commit/81b2991fea85ee4759238f575827e279f39b81ca?style=split&whitespace=show-all
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
13 additions and
1 deletions
@ -34,7 +34,19 @@ apt-get -qqy upgrade &>/dev/null
echo -e " ${ CHECKMARK } \e[1;92m Installing Dependencies... \e[0m "
echo -e " ${ CHECKMARK } \e[1;92m Installing Dependencies... \e[0m "
echo "fs.file-max = 65535" > /etc/sysctl.conf
echo "fs.file-max = 65535" > /etc/sysctl.conf
apt-get update & >/dev/null
apt-get update & >/dev/null
apt-get -y install --no-install-recommends sudo curl wget gnupg openssl ca-certificates apache2-utils logrotate build-essential python3-dev git lsb-release & >/dev/null
apt-get -y install \
sudo \
curl \
wget \
gnupg \
openssl \
ca-certificates \
apache2-utils \
logrotate \
build-essential \
python3-dev \
git \
lsb-release & >/dev/null
echo -e " ${ CHECKMARK } \e[1;92m Installing Python... \e[0m "
echo -e " ${ CHECKMARK } \e[1;92m Installing Python... \e[0m "
apt-get install -y -q --no-install-recommends python3 python3-pip python3-venv & >/dev/null
apt-get install -y -q --no-install-recommends python3 python3-pip python3-venv & >/dev/null