Scripts: Update install-devops-tools.sh, add install-proxysql-admin.sh

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer
2025-11-04 08:57:28 +01:00
parent 06df64281d
commit 28ad040402
3 changed files with 149 additions and 28 deletions

View File

@@ -21,7 +21,7 @@ if [ -n "$(command -v yum)" ]; then
yum update -y
yum clean all
elif [ -n "$(command -v apt-get)" ]; then
export DEBIAN_FRONTEND=noninteractive
export DEBIAN_FRONTEND="noninteractive"
apt-get -y update
apt-get -o Dpkg::Options::="--force-confold" upgrade -q -y --force-yes
apt-get -y autoremove