From 411974d8aa423183dde3ec9d93aca6faffaadf9b Mon Sep 17 00:00:00 2001 From: Harry <14015057+HarryVasanth@users.noreply.github.com> Date: Mon, 2 Oct 2023 15:26:46 +0100 Subject: [PATCH] fix(configure): bookworm compatibility --- sh/debian/configure.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sh/debian/configure.sh b/sh/debian/configure.sh index 731eefd31..8e252acea 100755 --- a/sh/debian/configure.sh +++ b/sh/debian/configure.sh @@ -75,7 +75,7 @@ fi EOF # Basic packages - apt-get -y install man bash-completion git ufw jq curl build-essential netcat wget psmisc lz4 file net-tools brotli unzip zip moreutils dnsutils fail2ban xauth sysfsutils rsync iperf pv tree mc screen ssh iotop htop awscli whois sudo + apt-get -y install man bash-completion git ufw jq curl build-essential wget psmisc lz4 file net-tools brotli unzip zip moreutils dnsutils fail2ban xauth sysfsutils rsync iperf pv tree mc screen ssh iotop htop awscli whois sudo # Enable time synchronization timedatectl set-ntp true