Update INSTALL.sh

This commit is contained in:
Stefan Pejcic 2024-08-15 16:37:15 +02:00 committed by GitHub
parent b2d54de0e0
commit 82e567a0b2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -916,7 +916,7 @@ install_packages() {
debug_log sed -i 's/#$nrconf{restart} = '"'"'i'"'"';/$nrconf{restart} = '"'"'a'"'"';/g' /etc/needrestart/needrestart.conf debug_log sed -i 's/#$nrconf{restart} = '"'"'i'"'"';/$nrconf{restart} = '"'"'a'"'"';/g' /etc/needrestart/needrestart.conf
packages=("docker.io" "default-mysql-client" "zip" "unzip" "python3-pip" "pip" "gunicorn" "jc" "sqlite3" "geoip-bin" "ufw") packages=("docker.io" "default-mysql-client" "zip" "unzip" "python3-pip" "pip" "gunicorn" "jc" "sqlite3" "geoip-bin")
if [ "$PACKAGE_MANAGER" == "apt-get" ]; then if [ "$PACKAGE_MANAGER" == "apt-get" ]; then
#only once.. #only once..