From a927aa69a99d1b864099c92c1a0d594ee6b84423 Mon Sep 17 00:00:00 2001 From: Cheong Yip Date: Mon, 4 Dec 2023 06:17:50 +1100 Subject: [PATCH] tmp --- src/os/setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/os/setup.sh b/src/os/setup.sh index 8be4f2231..ca50c3a81 100755 --- a/src/os/setup.sh +++ b/src/os/setup.sh @@ -7,7 +7,7 @@ declare -r GITHUB_REPOSITORY="wingy3181/dotfiles" declare -r DOTFILES_ORIGIN="git@github.com:$GITHUB_REPOSITORY.git" -declare -r DOTFILES_TARBALL_URL="https://github.com/$GITHUB_REPOSITORY/tarball/main" +declare -r DOTFILES_TARBALL_URL="https://github.com/$GITHUB_REPOSITORY/tarball/feat/mas-cli" declare -r DOTFILES_UTILS_URL="https://raw.githubusercontent.com/$GITHUB_REPOSITORY/main/src/os/utils.sh" # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -