We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cdb3ce commit bab9898Copy full SHA for bab9898
scripts/ubuntu-install-swift.sh
@@ -53,10 +53,11 @@ sudo chmod a+r /etc/apt/keyrings/docker.asc
53
54
# Add the repository to Apt sources:
55
# shellcheck source=/etc/os-release
56
+# shellcheck disable=SC1091
57
. /etc/os-release
58
echo \
59
"deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.asc] https://download.docker.com/linux/ubuntu \
- "$VERSION_CODENAME" stable" | \
60
+ $VERSION_CODENAME stable" | \
61
sudo tee /etc/apt/sources.list.d/docker.list > /dev/null
62
sudo apt-get update
63
0 commit comments