Skip to content

Commit 41e84d8

Browse files
committed
fix: install python3-apt before installing nala
1 parent 5aa7099 commit 41e84d8

File tree

7 files changed

+8
-6
lines changed

7 files changed

+8
-6
lines changed

dist/actions/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/actions/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/legacy/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/legacy/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/modern/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/modern/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.

src/nala/nala.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ export async function setupNala(version: string, _setupDir: string, _arch: strin
2121
return { binDir }
2222
}
2323

24+
await setupAptPack([{ name: "python3-apt" }])
25+
2426
// https://gitlab.com/volian/nala/-/wikis/Installation
2527
const keyFileName = await addAptKeyViaDownload(
2628
"volian-archive-nala.gpg",

0 commit comments

Comments
 (0)