Skip to content

Commit

Permalink
install rust
Browse files Browse the repository at this point in the history
  • Loading branch information
hemnstill committed Dec 14, 2024
1 parent 6c99636 commit 9dc0175
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion poetry/build_gnu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ dp0="$(realpath "$(dirname "$0")")"
set -e

apt update
apt install -y wget binutils clang
apt install -y wget binutils curl clang

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y

tool_name="poetry"
tool_version="1.8.5"
Expand Down

0 comments on commit 9dc0175

Please sign in to comment.