Thu 17 Nov 2022 12:46:00 PM CET

This commit is contained in:
Bert van der Weerd 2022-11-17 12:46:00 +01:00
parent 6bcc7e0fc1
commit 64e84015a2
No known key found for this signature in database
GPG key ID: 73370A0B9E5516B0

View file

@ -0,0 +1,9 @@
#!/bin/sh
set -e
tmpfile=/tmp/tmp.784979489.sh
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs > $tmpfile
chmod +x $tmpfile
/bin/sh -c "$tmpfile -y"
rm -f $tmpfile