Skip to content

Commit 13ff05a

Browse files
Merge pull request 'fix : install-runtime-dependencies script' (#94) from fix/install-runtime-dependencies-script into main
Reviewed-on: https://gitea.obmondo.com/EnableIT/kubeaid-bootstrap-script/pulls/94
2 parents 3d030a1 + c803a97 commit 13ff05a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/install-runtime-dependencies.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ URIs: https://packages.microsoft.com/repos/azure-cli/
7272
Suites: ${AZ_DIST}
7373
Components: main
7474
Architectures: $(dpkg --print-architecture)
75-
Signed-by: /etc/apt/keyrings/microsoft.gpg" | sudo tee /etc/apt/sources.list.d/azure-cli.sources
75+
Signed-by: /etc/apt/keyrings/microsoft.gpg" | tee /etc/apt/sources.list.d/azure-cli.sources
7676

7777
apt-get -y update
7878
apt-get install -y azure-cli

0 commit comments

Comments
 (0)