mirror of https://github.com/aminya/setup-cpp
fix: add apt key for nala
This commit is contained in:
parent
d6513160ef
commit
2771f17356
|
@ -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`,
|
`echo "deb http://deb.volian.org/volian/ scar main" | tee /etc/apt/sources.list.d/volian-archive-scar-unstable.list`,
|
||||||
])
|
])
|
||||||
setupAptPack("wget")
|
setupAptPack("wget")
|
||||||
|
execSudo("apt-key", ["adv", "--keyserver", "keyserver.ubuntu.com", "--recv-keys", "A87015F3DA22D980"])
|
||||||
execSudo("/bin/bash", [
|
execSudo("/bin/bash", [
|
||||||
"-c",
|
"-c",
|
||||||
`wget -qO - https://deb.volian.org/volian/scar.key | tee /etc/apt/trusted.gpg.d/volian-archive-scar-unstable.gpg > /dev/null`,
|
`wget -qO - https://deb.volian.org/volian/scar.key | tee /etc/apt/trusted.gpg.d/volian-archive-scar-unstable.gpg > /dev/null`,
|
||||||
|
|
Loading…
Reference in New Issue