Your ROOT_URL in app.ini is https://git.bwnetwork.us/ but you are visiting http://git.bwnetwork.us/Administrator/Proxmox_Helper_scripts/commit/b90925f5537d2eef9859f8f83ba858ea710d7c2d?style=split&whitespace=ignore-change
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
33 additions and
28 deletions
@ -13,16 +13,12 @@ setting_up_container
network_check
network_check
update_os
update_os
msg_info "Installing Dependencies, (Patience)"
msg_info "Installing Dependencies, (Patience)"
$STD apt-get install -y \
$STD apt-get install -y \
git \
git \
curl \
curl \
sudo \
sudo \
mc \
mc \
python3 \
python3-dev \
python3-venv \
python3-pip \
bluez \
bluez \
libffi-dev \
libffi-dev \
libssl-dev \
libssl-dev \
@ -39,7 +35,16 @@ update_os
libpcap-dev \
libpcap-dev \
libmariadb-dev-compat \
libmariadb-dev-compat \
libatlas-base-dev
libatlas-base-dev
msg_ok "Installed Dependencies"
msg_ok "Installed Dependencies"
msg_info "Updating Python3"
$STD apt-get install -y \
python3 \
python3-dev \
python3-pip \
python3-venv
rm -rf /usr/lib/python3.*/EXTERNALLY-MANAGED
msg_ok "Updated Python3"
if [ [ " $PCT_OSVERSION " = = "11" ] ] ; then
if [ [ " $PCT_OSVERSION " = = "11" ] ] ; then
msg_info "Installing pyenv"
msg_info "Installing pyenv"