We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c4b013 commit 4fcd030Copy full SHA for 4fcd030
1 file changed
AppImageBuilder.yml
@@ -18,11 +18,11 @@ AppDir:
18
19
apt:
20
arch: amd64
21
- allow_unauthenticated: false
+ allow_unauthenticated: true
22
sources:
23
- - sourceline: deb [arch=amd64] http://archive.ubuntu.com/ubuntu noble main universe
24
- - sourceline: deb [arch=amd64] http://archive.ubuntu.com/ubuntu noble-updates main universe
25
- - sourceline: deb [arch=amd64] http://security.ubuntu.com/ubuntu noble-security main universe
+ - sourceline: deb [arch=amd64 trusted=yes] http://archive.ubuntu.com/ubuntu noble main universe
+ - sourceline: deb [arch=amd64 trusted=yes] http://archive.ubuntu.com/ubuntu noble-updates main universe
+ - sourceline: deb [arch=amd64 trusted=yes] http://security.ubuntu.com/ubuntu noble-security main universe
26
include:
27
- python3
28
- python3-gi
0 commit comments