Update assets/build/install.sh
This commit is contained in:
@@ -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 - && \
|
||||
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 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
|
||||
|
||||
Reference in New Issue
Block a user