We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65d50bf commit 0dcf6bbCopy full SHA for 0dcf6bb
src/cargo-binstall/install.sh
@@ -13,12 +13,12 @@ fi
13
14
dpkg -l | grep build-essential || (apt update && apt install build-essential -y -qq)
15
16
-curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash
+cargo install cargo-binstall
17
18
if [ -z "${PACKAGES}" ]; then
19
echo "No packages specified, and no upgrade required. Skip installation..."
20
exit 0
21
fi
22
23
umask 002
24
-cargo binstall -y --force --locked $CARGO_PACKAGES
+cargo binstall -y --force --locked $CARGO_PACKAGES
0 commit comments