Fix Debian builds by executing sudo apt update.

This commit is contained in:
Khushboo Vashi
2025-11-18 12:48:13 +05:30
committed by GitHub
parent 57f88cf5af
commit 7b85a09603
+1 -1
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"