From 6593da4d0f172fa9ed311f78d9fec5d0457ec814 Mon Sep 17 00:00:00 2001 From: Edwin Lyon Date: Fri, 22 Sep 2023 13:59:49 -0700 Subject: [PATCH] Update 'cloud_setup.sh' Removed dh-systemd --- cloud_setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloud_setup.sh b/cloud_setup.sh index 8d2e42a..08bbe1d 100644 --- a/cloud_setup.sh +++ b/cloud_setup.sh @@ -67,7 +67,7 @@ sudo systemctl stop unattended-upgrades.service sudo apt update # Install needed programs -sudo apt install -y curl jq apt-transport-https htop debhelper ccze tree debsums ca-certificates software-properties-common dh-make dh-systemd neofetch apparmor apparmor-profiles libpam-cgroup libpam-apparmor libpam-tmpdir apparmor-utils apparmor-easyprof haveged auditd libpam-cracklib +sudo apt install -y curl jq apt-transport-https htop debhelper ccze tree debsums ca-certificates software-properties-common dh-make neofetch apparmor apparmor-profiles libpam-cgroup libpam-apparmor libpam-tmpdir apparmor-utils apparmor-easyprof haveged auditd audispd-plugins libpam-cracklib # Setup NTP timedatectl set-ntp true