From 746cf809dfa4fb825c9e94c7eeb7e6392e79c794 Mon Sep 17 00:00:00 2001 From: "Othman H. Suseno" Date: Thu, 18 Dec 2025 11:38:19 +0700 Subject: [PATCH] remove journalctl installation --- installer/install.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/installer/install.sh b/installer/install.sh index 8e0264f..cf194b8 100755 --- a/installer/install.sh +++ b/installer/install.sh @@ -479,9 +479,7 @@ install_dependencies() { DEBIAN_FRONTEND=noninteractive apt-get install -y -qq \ openssl \ net-tools \ - iproute2 \ - systemd \ - journalctl + iproute2 echo -e "${GREEN}Dependencies installed successfully${NC}" echo ""