Skip to content

Commit

Permalink
synctax missing quote
Browse files Browse the repository at this point in the history
  • Loading branch information
thuffmlx committed Dec 26, 2024
1 parent 46b9b21 commit 09eb32e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/ubuntu/ins-k8s22.04.4LTS.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ apt-get install -y apt-transport-https ca-certificates curl gnupg
#Download the public signing key for the Kubernetes package repositories. The same signing key is used for all repositories so you can disregard the version in the URL:
function keyring2204()
{
echo "K8SVER:${K8SVER}
echo "K8SVER:${K8SVER}"
# If the folder `/etc/apt/keyrings` does not exist, it should be created before the curl command, read the note below.
mkdir -p -m 755 /etc/apt/keyrings
curl -fsSL https://pkgs.k8s.io/core:/stable:/v${K8SVER}/deb/Release.key | gpg --dearmor -o /etc/apt/keyrings/kubernetes-apt-keyring.gpg
Expand Down

0 comments on commit 09eb32e

Please sign in to comment.