dl.turnsys.net/prox7.sh

9 lines
442 B
Bash
Raw Normal View History

2022-01-20 00:48:06 +00:00
#!/bin/bash
rm -f /etc/apt/sources.list.d/*
2023-12-12 18:36:01 +00:00
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
2022-01-20 00:48:06 +00:00
apt update && apt -y full-upgrade
apt-get -y install ifupdown2 ipmitool ethtool net-tools lshw
2023-12-12 18:36:01 +00:00
#curl -s http://dl.turnsys.net/newSrv.sh|/bin/bash