Update install-dep.sh

This commit is contained in:
amidevous
2023-10-21 22:06:49 +02:00
committed by GitHub
parent 004068f1e0
commit 767e7dce0b
+1 -1
View File
@@ -1058,7 +1058,7 @@ if [[ "$OS" = "Ubuntu" || "$OS" = "debian" ]]; then
wget https://files.phpmyadmin.net/phpMyAdmin/4.9.11/phpMyAdmin-4.9.11-all-languages.tar.xz
tar -xvf phpMyAdmin-4.9.11-all-languages.tar.xz
rm -rf phpMyAdmin-4.9.11-all-languages.tar.xz
mv phpMyAdmin-4.9.11-all-languages.tar.xz phpmyadmin
mv phpMyAdmin-4.9.11-all-languages phpmyadmin
apt-get -y purge postfix
debconf-set-selections <<< "postfix postfix/mailname string redhat"
debconf-set-selections <<< "postfix postfix/main_mailer_type string 'Internet Site'"