[UPD] script support s390x installation OS

This commit is contained in:
Mathieu Benoit 2025-11-01 01:08:18 -04:00
parent da779aa9e4
commit a74a19f71e

View file

@ -34,6 +34,14 @@ else
exit 1
fi
#--------------------------------------------------
# Mainframe 390x
#--------------------------------------------------
if [ "$(uname -m)" = "s390x" ]; then
echo "Arch s390x detected"
sudo apt install wkhtmltopdf rust-all libqpdf-dev libgeos-dev libproj-dev proj-bin proj-data libgeographiclib-dev freetds-dev freetds-bin libkrb5-dev libssl-dev pkg-config build-essential -y
fi
#--------------------------------------------------
# Update Server
#--------------------------------------------------