diff --git a/check-for-update/version.txt b/check-for-update/version.txt index dc87e8a..8062741 100644 --- a/check-for-update/version.txt +++ b/check-for-update/version.txt @@ -1 +1 @@ -1.74.0 +1.74.1 diff --git a/install.sh b/install.sh index 7910b97..658f929 100644 --- a/install.sh +++ b/install.sh @@ -5,7 +5,7 @@ echo "check_certificate = off" >> ~/.wgetrc apt-get update && apt-get install --yes --no-install-recommends apt-utils ca-certificates && apt-get --yes upgrade && apt-get install --yes --no-install-recommends sudo build-essential wget curl -DEFAULT_RUST_VERSION=1.74.0 +DEFAULT_RUST_VERSION=1.74.1 DEFAULT_RUSTUP_VERSION=1.25.2 RUST_VERSION=${1:-$DEFAULT_RUST_VERSION} RUSTUP_VERSION=${2:-$DEFAULT_RUSTUP_VERSION}