mirror of
https://github.com/tommytran732/Linux-Setup-Scripts
synced 2024-11-23 01:41:34 -05:00
Compare commits
No commits in common. "2c6cd3cd173de88db96152794c5198f051aff3be" and "77c3b23e3df7af9c1e3a582b82ddf9cd5dadd58a" have entirely different histories.
2c6cd3cd17
...
77c3b23e3d
12
Proxmox-8.sh
12
Proxmox-8.sh
@ -24,9 +24,13 @@ output(){
|
|||||||
systemctl mask debug-shell.service
|
systemctl mask debug-shell.service
|
||||||
|
|
||||||
## Avoid phased updates
|
## Avoid phased updates
|
||||||
curl https://raw.githubusercontent.com/TommyTran732/Linux-Setup-Scripts/main/etc/apt/apt.conf.d/99sane-upgrades | tee /etc/apt/apt.conf.d/99sane-upgrades
|
curl https://raw.githubusercontent.com/TommyTran732/Linux-Setup-Scripts/main/etc/apt/apt.conf.d/99sane-upgrades | sudo tee /etc/apt/apt.conf.d/99sane-upgrades
|
||||||
chmod 644 /etc/apt/apt.conf.d/99sane-upgrades
|
chmod 644 /etc/apt/apt.conf.d/99sane-upgrades
|
||||||
|
|
||||||
|
apt update
|
||||||
|
apt full-upgrade -y
|
||||||
|
apt autoremove -y
|
||||||
|
|
||||||
# Setup NTS
|
# Setup NTS
|
||||||
rm -rf /etc/chrony/chrony.conf
|
rm -rf /etc/chrony/chrony.conf
|
||||||
curl https://raw.githubusercontent.com/GrapheneOS/infrastructure/main/chrony.conf | tee /etc/chrony/chrony.conf
|
curl https://raw.githubusercontent.com/GrapheneOS/infrastructure/main/chrony.conf | tee /etc/chrony/chrony.conf
|
||||||
@ -60,12 +64,6 @@ deb http://download.proxmox.com/debian/pve bookworm pve-no-subscription' | tee /
|
|||||||
|
|
||||||
echo 'deb http://download.proxmox.com/debian/ceph-quincy bookworm no-subscription' | tee /etc/apt/sources.list.d/ceph.list
|
echo 'deb http://download.proxmox.com/debian/ceph-quincy bookworm no-subscription' | tee /etc/apt/sources.list.d/ceph.list
|
||||||
|
|
||||||
|
|
||||||
# Update packages
|
|
||||||
apt update
|
|
||||||
apt full-upgrade -y
|
|
||||||
apt autoremove -y
|
|
||||||
|
|
||||||
# Install packages
|
# Install packages
|
||||||
apt install -y intel-microcode tuned fwupd dropbear-initramfs
|
apt install -y intel-microcode tuned fwupd dropbear-initramfs
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user