mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Run apt update before doing anything else.
This commit is contained in:
parent
6cc3423cbe
commit
c2db647379
@ -5,6 +5,9 @@ if [ "$EUID" -ne 0 ]
|
||||
exit 1
|
||||
fi
|
||||
|
||||
echo "Running apt update..."
|
||||
apt update
|
||||
|
||||
echo "Installing system pre-requisites..."
|
||||
apt install -y curl apt-transport-https ca-certificates gnupg
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user