Skip to content

Commit 2771f17

Browse files
committed
fix: add apt key for nala
1 parent d651316 commit 2771f17

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/nala/nala.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ export function setupNala(version: string, _setupDir: string, _arch: string) {
2727
`echo "deb http://deb.volian.org/volian/ scar main" | tee /etc/apt/sources.list.d/volian-archive-scar-unstable.list`,
2828
])
2929
setupAptPack("wget")
30+
execSudo("apt-key", ["adv", "--keyserver", "keyserver.ubuntu.com", "--recv-keys", "A87015F3DA22D980"])
3031
execSudo("/bin/bash", [
3132
"-c",
3233
`wget -qO - https://deb.volian.org/volian/scar.key | tee /etc/apt/trusted.gpg.d/volian-archive-scar-unstable.gpg > /dev/null`,

0 commit comments

Comments
 (0)