From 9c48a4880b98df27449da19da8295340afe6f90e Mon Sep 17 00:00:00 2001 From: Radon Rosborough Date: Tue, 9 Jun 2020 16:49:18 -0600 Subject: [PATCH] Deal with Swift being big --- scripts/docker-install.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/docker-install.bash b/scripts/docker-install.bash index 64eeca1..74f855b 100755 --- a/scripts/docker-install.bash +++ b/scripts/docker-install.bash @@ -368,7 +368,7 @@ rm -rf snobol4-* # Swift cd /tmp -wget -nv https://swift.org/builds/swift-5.2.4-release/ubuntu2004/swift-5.2.4-RELEASE/swift-5.2.4-RELEASE-ubuntu20.04.tar.gz +wget https://swift.org/builds/swift-5.2.4-release/ubuntu2004/swift-5.2.4-RELEASE/swift-5.2.4-RELEASE-ubuntu20.04.tar.gz mkdir /opt/swift tar -xf swift-*.tar.gz -C /opt/swift --strip-components=2 ln -s /opt/swift/bin/swiftc /usr/bin/swiftc