We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 744e944 commit 017b830Copy full SHA for 017b830
scripts/ubuntu.sh
@@ -59,7 +59,7 @@ if ! _has lazygit; then
59
fi
60
61
if ! _has cargo; then
62
- curl https://sh.rustup.rs -sSf | sh | yes
+ curl https://sh.rustup.rs -sSf | sh -s -- -y
63
64
65
if ! _has nvm; then
0 commit comments