Fix Debian builds by executing sudo apt update.

pull/9327/head
Khushboo Vashi 2025-11-18 12:48:13 +05:30 committed by GitHub
parent 57f88cf5af
commit 7b85a09603
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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"