From 7409f054de757fa7b068ff7285cdcbe5e289dca3 Mon Sep 17 00:00:00 2001 From: ful1e5 <24286590+KaizIqbal@users.noreply.github.com> Date: Tue, 11 Aug 2020 09:01:30 +0530 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Update=20Package=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"