Last active
October 5, 2022 15:07
-
-
Save fredguth/5dc818d75fb154b4311815457ccb0436 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## login | |
get address in terminal and open in browser | |
## source lists | |
rm /etc/apt/sources.list.d/pve-enterprise.list | |
root@pve:/etc/apt/sources.list.d# nano pve-no-subscription.list | |
--------------------- | |
deb http://download.proxmox.com/debian/pve bullseye pve-no-subscription | |
/etc/apt/sources.list | |
--------------------- | |
deb http://ftp.br.debian.org/debian bullseye main contrib non-free | |
deb http://ftp.br.debian.org/debian bullseye-updates main contrib non-free | |
# security updates | |
deb http://security.debian.org bullseye-security main contrib non-free | |
---------------------EOF | |
apt-get update | |
apt-get install intel-microcode iucode-tool | |
#remove nag | |
sed -Ezi.bak "s/(Ext.Msg.show\(\{\s+title: gettext\('No valid sub)/void\(\{ \/\/\1/g" /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js && systemctl restart pveproxy.service |
change /etc/resolv.conf dns config -> point to router
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If can't find proxmox in the address: