diff --git a/prox.sh b/prox.sh deleted file mode 100644 index 106007f..0000000 --- a/prox.sh +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/bash - -rm -f /etc/apt/sources.list.d/* -echo "deb http://download.proxmox.com/debian/pve buster pve-no-subscription" > /etc/apt/sources.list.d/pve-install-repo.list -wget http://download.proxmox.com/debian/proxmox-ve-release-6.x.gpg -O /etc/apt/trusted.gpg.d/proxmox-ve-release-6.x.gpg -chmod +r /etc/apt/trusted.gpg.d/proxmox-ve-release-6.x.gpg # optional, if you have a non-default umask -apt update && apt -y full-upgrade -apt-get -y install ifupdown2 ipmitool ethtool net-tools lshw - -curl -s http://dl.turnsys.net/newSrv.sh|/bin/bash - - - diff --git a/prox7.sh b/prox7.sh index 6836c8c..64023a1 100644 --- a/prox7.sh +++ b/prox7.sh @@ -1,13 +1,9 @@ #!/bin/bash rm -f /etc/apt/sources.list.d/* -echo "deb http://download.proxmox.com/debian/pve bullseye pve-no-subscription" > /etc/apt/sources.list.d/pve-install-repo.list -wget http://download.proxmox.com/debian/proxmox-ve-release-6.x.gpg -O /etc/apt/trusted.gpg.d/proxmox-ve-release-6.x.gpg -chmod +r /etc/apt/trusted.gpg.d/proxmox-ve-release-6.x.gpg # optional, if you have a non-default umask +echo "deb http://download.proxmox.com/debian/pve bookworm pve-no-subscription" > /etc/apt/sources.list.d/pve-install-repo.list +wget http://download.proxmox.com/debian/proxmox-release-bookworm.gpg -O /etc/apt/trusted.gpg.d/proxmox-release-bookworm.gpg apt update && apt -y full-upgrade apt-get -y install ifupdown2 ipmitool ethtool net-tools lshw -#curl -s http://dl.turnsys.net/newSrv.sh|/bin/bash - - - +#curl -s http://dl.turnsys.net/newSrv.sh|/bin/bash \ No newline at end of file