diff --git a/scripts/install.sh b/scripts/install.sh index fecedac..93bf3e8 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -5,7 +5,7 @@ INPUT=$1 ROOT_UID=0 DEST_DIR= -URL="https://github.com/ful1e5/apple_cursor/releases/download/1.0.1-beta/macOSBigSur.tar" +URL="https://github.com/ful1e5/apple_cursor/releases/download/1.0.2/macOSBigSur.tar" macOSBigSur="./macOSBigSur" DOWNLOAD_FILE_NAME="$macOSBigSur.tar"