first commit

This commit is contained in:
Tobias Wohlleben 2024-10-18 00:09:37 +02:00
parent fafd643438
commit a51b0e063d

View File

@ -3,13 +3,13 @@ echo "change working directory"
cd /usr/share/javascript/proxmox-widget-toolkit
echo "make a backup of proxmox lib"
cp proxmoxlib.js proxmoxlib.js.bak
cp proxmoxlib.min.js proxmoxlib.min.js.bak
echo "remove original proxmox lib"
rm proxmoxlib.js
rm proxmoxlib.min.js
echo "download modified proxmox lib"
wget https://git.wohlleben.dev/itob/cdn/raw/branch/master/modules/proxmox/scripts/proxmoxlib.js
wget https://git.wohlleben.dev/itob/cdn/raw/branch/master/modules/proxmox/scripts/proxmoxlib.min.js
echo "restart pveproxy service"
systemctl restart pveproxy.service