Skip to content

Commit d5d503a

Browse files
authored
Update 05_add_repos.sh
1 parent a3e9e07 commit d5d503a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts.d/05_add_repos.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ _apt update --allow-releaseinfo-change || die "Could not update package sources"
88
_apt install "${pkgs[@]}"
99

1010
mkdir -p /etc/apt/trusted.gpg.d/
11-
#curl -fsSL https://deb.nodesource.com/gpgkey/nodesource.gpg.key | gpg --dearmor -o mnt/img_root/etc/apt/trusted.gpg.d/nodesource.gpg
11+
curl -fsSL https://deb.nodesource.com/gpgkey/nodesource.gpg.key | gpg --dearmor -o mnt/img_root/etc/apt/trusted.gpg.d/nodesource.gpg
1212
curl -fsSL https://download.docker.com/linux/debian/gpg | gpg --dearmor -o mnt/img_root/etc/apt/trusted.gpg.d/docker.gpg
1313

1414
ADD_REPOS=(
15-
#"deb [signed-by=/etc/apt/trusted.gpg.d/nodesource.gpg] https://deb.nodesource.com/node_20.x bookworm main"
15+
"deb [signed-by=/etc/apt/trusted.gpg.d/nodesource.gpg] https://deb.nodesource.com/node_20.x bookworm main"
1616
"deb [signed-by=/etc/apt/trusted.gpg.d/docker.gpg] https://download.docker.com/linux/debian bookworm stable"
1717
# curl https://cli.github.com/packages/githubcli-archive-keyring.gpg > keys/C99B11DEB97541F0.key
1818
#"deb [arch=aarch64] https://cli.github.com/packages stable main"

0 commit comments

Comments
 (0)