Update install.sh

This commit is contained in:
Stefan Pejcic 2025-01-19 12:55:50 +01:00 committed by GitHub
parent 3857f7753d
commit 3f908191bf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1000,7 +1000,7 @@ install_packages() {
echo "Installing required services.."
if [ "$PACKAGE_MANAGER" == "apt-get" ]; then
packages=("git" "docker.io" "default-mysql-client" "python3-pip" "pip" "jc" "sqlite3" "geoip-bin" "xfsprogs")
packages=("git" "docker.io" "default-mysql-client" "python3-pip" "pip" "jc" "sqlite3" "geoip-bin")
# https://www.faqforge.com/linux/fixed-ubuntu-apt-get-upgrade-auto-restart-services/
debug_log sed -i 's/#$nrconf{restart} = '"'"'i'"'"';/$nrconf{restart} = '"'"'a'"'"';/g' /etc/needrestart/needrestart.conf