Browse Source

fix(configure): bookworm compatibility

CON-2209-MARKDOWN-create-subject-for-less-exercise
Harry 7 months ago committed by GitHub
parent
commit
411974d8aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      sh/debian/configure.sh

2
sh/debian/configure.sh diff.vendored

@ -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

Loading…
Cancel
Save