We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3736f7 commit f189eb3Copy full SHA for f189eb3
scripts.d/05_add_repos.sh
@@ -32,7 +32,7 @@ ADD_REPOS=(
32
# curl -fsSL https://download.docker.com/linux/debian/gpg > keys/0EBFCD88.key
33
"deb [arch=aarch64] https://download.docker.com/linux/debian bookworm stable"
34
# curl https://cli.github.com/packages/githubcli-archive-keyring.gpg > keys/C99B11DEB97541F0.key
35
- "deb [arch=aarch64] https://cli.github.com/packages stable main"
+ #"deb [arch=aarch64] https://cli.github.com/packages stable main"
36
# curl https://packages.cloud.google.com/apt/doc/apt-key.gpg > keys/8B57C5C2836F4BEB.key
37
# "deb https://packages.cloud.google.com/apt coral-cloud-stable main"
38
)
0 commit comments