mirror of
https://github.com/tommytran732/Linux-Setup-Scripts
synced 2024-11-12 13:01:33 -05:00
--no-install-recommends for everything
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
6e19ff2efb
commit
23910d09fe
@ -21,8 +21,7 @@ deb http://download.proxmox.com/debian/pve bullseye pve-no-subscription' | tee /
|
|||||||
|
|
||||||
apt update
|
apt update
|
||||||
apt upgrade -y
|
apt upgrade -y
|
||||||
apt install -y intel-microcode tuned apparmor-profiles fwupd
|
apt install -y --no-install-recommends intel-microcode tuned apparmor-profiles fwupd dropbear-initramfs
|
||||||
apt install -y --no-install-recommends dropbear-initramfs
|
|
||||||
|
|
||||||
tuned-adm profile virtual-host
|
tuned-adm profile virtual-host
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user