Skip to content

Scripts to configure Proxmox VE with no subscription licence

Notifications You must be signed in to change notification settings

gaston-senac/pve-no-subscription

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

pve-no-subscription

Scripts to configure Proxmox VE with no subscription licence

sed -i '1s/^/# /' /etc/apt/sources.list.d/pve-enterprise.list echo "deb http://download.proxmox.com/debian/pve buster pve-no-subscription" > /etc/apt/sources.list.d/pve-no-subscription.list

LIC_FILE='/usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js' LIC_LINE="data.status !== 'Active'" sed -i.orig "s/$LIC_LINE/false/g" "$LIC_FILE"

About

Scripts to configure Proxmox VE with no subscription licence

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages