Skip to content

Commit 7b85a09

Browse files
Fix Debian builds by executing sudo apt update.
1 parent 57f88cf commit 7b85a09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/debian/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export PYTHONDONTWRITEBYTECODE=1
1717
source pkg/linux/build-functions.sh
1818

1919
echo "Running apt update..."
20-
apt update
20+
sudo apt update
2121

2222
# Assemble the "standard" installation footprint
2323
_setup_env "$0" "debian"

0 commit comments

Comments
 (0)