We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7d1d9f commit f23a142Copy full SHA for f23a142
docker/install_swiftly.sh
@@ -21,7 +21,7 @@ apt-get install -y curl
21
curl -O "https://download.swift.org/swiftly/linux/swiftly-$(uname -m).tar.gz"
22
tar zxf "swiftly-$(uname -m).tar.gz"
23
./swiftly init --assume-yes
24
-disable=SC1091 # we're ok to not validate the swiftly script
+# disable=SC1091 # we're ok to not validate the swiftly script
25
. "${SWIFTLY_HOME_DIR:-$HOME/.local/share/swiftly}/env.sh" && \
26
hash -r
27
0 commit comments