From 27e90bbc83e9ce92b09990168683002a4ef82063 Mon Sep 17 00:00:00 2001 From: puckoprutt Date: Mon, 6 Jul 2026 10:51:24 +0200 Subject: [PATCH] wrote a script that runs rustup.sh, cargo.sh and probe.sh --- install.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 install.sh diff --git a/install.sh b/install.sh new file mode 100755 index 0000000..a0db6a1 --- /dev/null +++ b/install.sh @@ -0,0 +1,3 @@ +. rustup.sh +. cargo.sh +. probe.sh