fix: add apt key for nala

This commit is contained in:
Amin Yahyaabadi 2022-07-25 01:12:52 -07:00
parent d6513160ef
commit 2771f17356
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ export function setupNala(version: string, _setupDir: string, _arch: string) {
`echo "deb http://deb.volian.org/volian/ scar main" | tee /etc/apt/sources.list.d/volian-archive-scar-unstable.list`,
])
setupAptPack("wget")
execSudo("apt-key", ["adv", "--keyserver", "keyserver.ubuntu.com", "--recv-keys", "A87015F3DA22D980"])
execSudo("/bin/bash", [
"-c",
`wget -qO - https://deb.volian.org/volian/scar.key | tee /etc/apt/trusted.gpg.d/volian-archive-scar-unstable.gpg > /dev/null`,