Add an installation script for rustup

This commit is contained in:
Ohad Livne 2025-06-04 22:45:04 +03:00
parent 0532ef102f
commit 723ceba14b
Signed by: libohad-dev
GPG key ID: 34FDC68B51191A4D

View file

@ -0,0 +1,3 @@
#! /usr/bin/sh
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y