From 7e77b4349011ce79a279b0c21437297c2ece2efe Mon Sep 17 00:00:00 2001 From: ful1e5 <24286590+ful1e5@users.noreply.github.com> Date: Sun, 30 Aug 2020 18:52:58 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20keyword=20typo?= 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 ae1a373..2b4d573 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -9,7 +9,7 @@ URL="https://github.com/ful1e5/apple_cursor/releases/download/1.0.3/macOSBigSur. macOSBigSur="./macOSBigSur" DOWNLOAD_FILE_NAME="$macOSBigSur.tar.gz" -cd "$( dirname "${BASH_SOURCE[0]}" )" || exitt +cd "$( dirname "${BASH_SOURCE[0]}" )" || exit # Destination directory if [ "$UID" -eq "$ROOT_UID" ]; then