From 347a225770a76ef7b0f6fa70fc0cdfbdc8eef77f Mon Sep 17 00:00:00 2001 From: IKEDA Sho Date: Thu, 31 Oct 2024 17:08:24 +0900 Subject: [PATCH] [install.sh] Use artifact bundle when bootstrapping to reduce GitHub API usages --- Scripts/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/install.sh b/Scripts/install.sh index b3367cb..89af818 100755 --- a/Scripts/install.sh +++ b/Scripts/install.sh @@ -15,7 +15,7 @@ if [ -z "$VERSION" ]; then exit 1 fi -./extracted_files/nest.artifactbundle/nest-$VERSION-macos/bin/nest install mtj0928/nest > /dev/null +./extracted_files/nest.artifactbundle/nest-$VERSION-macos/bin/nest install $ASSET_URL > /dev/null rm -rf extracted_files echo "🪺 nest was installed at ~/.nest/bin" echo "🪺 Please add it to \$PATH"