Skip to content

Commit b96f1ee

Browse files
committed
fix: add the key before calling apt
1 parent 2771f17 commit b96f1ee

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

dist/setup_cpp.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/setup_cpp.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/setup_cpp.mjs

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

dist/setup_cpp.mjs.map

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

src/nala/nala.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ export function setupNala(version: string, _setupDir: string, _arch: string) {
2222
}
2323

2424
// https://github.com/volitank/nala#-installation
25+
execSudo("apt-key", ["adv", "--keyserver", "keyserver.ubuntu.com", "--recv-keys", "A87015F3DA22D980"])
2526
execSudo("/bin/bash", [
2627
"-c",
2728
`echo "deb http://deb.volian.org/volian/ scar main" | tee /etc/apt/sources.list.d/volian-archive-scar-unstable.list`,
2829
])
2930
setupAptPack("wget")
30-
execSudo("apt-key", ["adv", "--keyserver", "keyserver.ubuntu.com", "--recv-keys", "A87015F3DA22D980"])
3131
execSudo("/bin/bash", [
3232
"-c",
3333
`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)