mirror of
https://github.com/ViViDboarder/shoestrap.git
synced 2024-11-01 01:26:30 +00:00
5 lines
76 B
Plaintext
5 lines
76 B
Plaintext
|
#! /bin/bash
|
||
|
|
||
|
# Install rust via rustup
|
||
|
curl https://sh.rustup.rs -sSf | sh
|