Skip to content

Commit fb111ff

Browse files
committed
fix: fix the nala source list
1 parent d204be8 commit fb111ff

File tree

5 files changed

+8
-5
lines changed

5 files changed

+8
-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: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,10 @@ export async function setupNala(version: string, _setupDir: string, _arch: strin
2626
"volian-archive-scar-unstable.gpg",
2727
"https://deb.volian.org/volian/scar.key"
2828
)
29-
execSudo("/bin/bash", ["-c", `echo "deb http://deb.volian.org/volian/ scar main" | tee ${keyFileName}`])
29+
execSudo("/bin/bash", [
30+
"-c",
31+
`echo "deb [signed-by=${keyFileName}] http://deb.volian.org/volian/ scar main" | tee /etc/apt/sources.list.d/volian-archive-scar-unstable.list`,
32+
])
3033

3134
try {
3235
if (version !== "legacy") {

0 commit comments

Comments
 (0)