Update assets/build/install.sh

This commit is contained in:
2022-12-07 20:08:58 +07:00
parent 8a9a1edc71
commit 084d907f54
+1 -1
View File
@@ -11,7 +11,7 @@ apt-get install -y gnupg2 git wget python-setuptools cron iputils-ping curl nano
wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add - && \ wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add - && \
echo "deb http://apt.postgresql.org/pub/repos/apt/ `lsb_release -cs`-pgdg main" | tee /etc/apt/sources.list.d/pgdg.list && \ echo "deb http://apt.postgresql.org/pub/repos/apt/ `lsb_release -cs`-pgdg main" | tee /etc/apt/sources.list.d/pgdg.list && \
apt-get update && \ apt-get update && \
apt-get install -y postgresql-client-10 postgresql-client-11 postgresql-client-12 mysql-client nfs-common apt-get install -y postgresql-client-10 postgresql-client-11 postgresql-client-12 postgresql-client-14 mysql-client nfs-common
# mongo # mongo