Skip to content

Commit 1e9a5dc

Browse files
authored
Update 29-config-custom
1 parent 3dea0b8 commit 1e9a5dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

root/etc/cont-init.d/29-config-custom

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ echo "Installing Swift dependencies"
44
apt update && apt install binutils git gnupg2 libc6-dev libcurl4 libedit2 libgcc-9-dev libpython2.7 libsqlite3-0 libstdc++-9-dev libxml2 libz3-dev pkg-config tzdata uuid-dev zlib1g-dev libpython3.10-dev -y
55

66
echo "Installing Swift binaries"
7-
curl https://download.swift.org/swift-5.7.1-release/ubuntu2204/swift-5.7.1-RELEASE/swift-5.7.1-RELEASE-ubuntu22.04.tar.gz --output swift.tar.gz
7+
curl https://download.swift.org/swift-5.7.3-release/ubuntu2204/swift-5.7.3-RELEASE/swift-5.7.3-RELEASE-ubuntu22.04.tar.gz --output swift.tar.gz
88
tar zxvf swift.tar.gz
99
rm swift.tar.gz
10-
mv swift-5.7.1-RELEASE-ubuntu22.04/ swift
10+
mv swift-5.7.3-RELEASE-ubuntu22.04/ swift
1111

1212
echo "Adding Swift to PATH"
1313
echo 'export PATH=/swift/usr/bin:"${PATH}"' >> /root/.bashrc

0 commit comments

Comments
 (0)