Update repo

This commit is contained in:
termux-pacman-bot
2025-11-02 03:02:49 +00:00
parent a3bdad5367
commit 1b0d4b9370

View File

@@ -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}"