[UPD] script support s390x installation OS
This commit is contained in:
parent
da779aa9e4
commit
a74a19f71e
1 changed files with 8 additions and 0 deletions
|
|
@ -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
|
||||
#--------------------------------------------------
|
||||
|
|
|
|||
Loading…
Reference in a new issue