mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2026-08-17 16:34:44 -05:00
Fix Debian builds by executing sudo apt update.
This commit is contained in:
+1
-1
@@ -17,7 +17,7 @@ export PYTHONDONTWRITEBYTECODE=1
|
||||
source pkg/linux/build-functions.sh
|
||||
|
||||
echo "Running apt update..."
|
||||
apt update
|
||||
sudo apt update
|
||||
|
||||
# Assemble the "standard" installation footprint
|
||||
_setup_env "$0" "debian"
|
||||
|
||||
Reference in New Issue
Block a user