Your ROOT_URL in app.ini is https://git.bwnetwork.us/ but you are visiting http://git.bwnetwork.us/Administrator/Proxmox_Helper_scripts/commit/cb25648e76432c4e4e68ddf09a266b239c00ba30
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
2 additions and
2 deletions
@ -16,7 +16,7 @@ and attempt the *No-Nag* fix.
Run the following in the Proxmox Shell. ⚠️ **PVE7 ONLY**
```yaml
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/misc/post_install .sh)"
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/misc/post-install-v3 .sh)"
```
It's recommended to update Proxmox after running this script, before adding any VM/CT.
@ -37,7 +37,7 @@ Cleaning unused kernel images is not only good because of a reduced grub menu, b
Run the following in the Proxmox Shell.
```yaml
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/misc/kernel-clean.sh)"
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/misc/kernel-clean-v3 .sh)"
```
____________________________________________________________________________________________