Skip to content

Commit 017b830

Browse files
committed
Fix rustup install in ubuntu.sh
1 parent 744e944 commit 017b830

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/ubuntu.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ if ! _has lazygit; then
5959
fi
6060

6161
if ! _has cargo; then
62-
curl https://sh.rustup.rs -sSf | sh | yes
62+
curl https://sh.rustup.rs -sSf | sh -s -- -y
6363
fi
6464

6565
if ! _has nvm; then

0 commit comments

Comments
 (0)