From 3057e70cd7610dbf18cc8b7367e77e254a4c642a Mon Sep 17 00:00:00 2001 From: ful1e5 <24286590+ful1e5@users.noreply.github.com> Date: Wed, 30 Sep 2020 12:59:51 +0530 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20script=20install?= =?UTF-8?q?=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 2b4d573..6bd8766 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.3/macOSBigSur.tar.gz" +URL="https://github.com/ful1e5/apple_cursor/releases/download/1.0.4/macOSBigSur.tar.gz" macOSBigSur="./macOSBigSur" DOWNLOAD_FILE_NAME="$macOSBigSur.tar.gz"