Skip to content

Commit f189eb3

Browse files
authored
Update 05_add_repos.sh
1 parent e3736f7 commit f189eb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts.d/05_add_repos.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ ADD_REPOS=(
3232
# curl -fsSL https://download.docker.com/linux/debian/gpg > keys/0EBFCD88.key
3333
"deb [arch=aarch64] https://download.docker.com/linux/debian bookworm stable"
3434
# curl https://cli.github.com/packages/githubcli-archive-keyring.gpg > keys/C99B11DEB97541F0.key
35-
"deb [arch=aarch64] https://cli.github.com/packages stable main"
35+
#"deb [arch=aarch64] https://cli.github.com/packages stable main"
3636
# curl https://packages.cloud.google.com/apt/doc/apt-key.gpg > keys/8B57C5C2836F4BEB.key
3737
# "deb https://packages.cloud.google.com/apt coral-cloud-stable main"
3838
)

0 commit comments

Comments
 (0)