first commit
This commit is contained in:
parent
fafd643438
commit
a51b0e063d
@ -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
|
||||
Loading…
Reference in New Issue
Block a user