claude / scripts /install_swift.sh
Henry
add everything
f580254
Raw
History Blame Contribute Delete
261 Bytes
cd ~/
wget https://download.swift.org/swiftly/linux/swiftly-$(uname -m).tar.gz \
&& tar -xzf swiftly-$(uname -m).tar.gz \
&& gpg --version \
&& echo "y" | ./swiftly init --quiet-shell-followup \
&& rm swiftly-$(uname -m).tar.* \
&& rm LICENSE.txt