mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-01-27 05:02:38 +00:00
Update repo
This commit is contained in:
@@ -29,7 +29,6 @@ termux_setup_rust() {
|
||||
if [[ "${TERMUX_RUST_VERSION}" == *"~beta"* ]]; then
|
||||
TERMUX_RUST_VERSION="beta"
|
||||
fi
|
||||
TERMUX_RUST_VERSION="${TERMUX_RUST_VERSION##*y}"
|
||||
|
||||
curl https://sh.rustup.rs -sSfo "${TERMUX_PKG_TMPDIR}"/rustup.sh
|
||||
sh "${TERMUX_PKG_TMPDIR}"/rustup.sh -y --default-toolchain "${TERMUX_RUST_VERSION}"
|
||||
|
||||
Reference in New Issue
Block a user