mirror of
https://github.com/ViViDboarder/shoestrap.git
synced 2024-10-31 23:46:33 +00:00
5 lines
76 B
Bash
Executable File
5 lines
76 B
Bash
Executable File
#! /bin/bash
|
|
|
|
# Install rust via rustup
|
|
curl https://sh.rustup.rs -sSf | sh
|