File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,11 +8,11 @@ _apt update --allow-releaseinfo-change || die "Could not update package sources"
88_apt install " ${pkgs[@]} "
99
1010mkdir -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
1212curl -fsSL https://download.docker.com/linux/debian/gpg | gpg --dearmor -o mnt/img_root/etc/apt/trusted.gpg.d/docker.gpg
1313
1414ADD_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"
You can’t perform that action at this time.
0 commit comments