1
0
mirror of https://github.com/tommytran732/Linux-Setup-Scripts synced 2024-09-19 05:34:42 -04:00

Update GCP-Debian-11.sh

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2023-03-10 23:50:27 -05:00 committed by GitHub
parent 90f18b7465
commit 7b4a86a531
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@ sudo find /etc/apt/sources.list.d -type f -exec sudo sed -i 's/http:/https:/g' {
sudo apt update sudo apt update
sudo apt upgrade -y sudo apt upgrade -y
sudo apt install -y tuned apparmor-profiles unbound ufw sudo apt install -y --no-install-recommends tuned unbound ufw
sudo tuned-adm profile virtual-guest sudo tuned-adm profile virtual-guest