Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
wingy3181 committed Dec 3, 2023
1 parent 321c383 commit 50c8659
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/os/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
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_UTILS_URL="https://raw.githubusercontent.com/$GITHUB_REPOSITORY/main/src/os/utils.sh"
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/feat/mas-cli/src/os/utils.sh"

# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Expand Down
4 changes: 2 additions & 2 deletions src/os/update_content.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ main() {
if answer_is_yes; then

git fetch --all 1> /dev/null \
&& git reset --hard origin/main 1> /dev/null \
&& git checkout main &> /dev/null \
&& git reset --hard origin/feat/mas-cli 1> /dev/null \
&& git checkout feat/mas-cli &> /dev/null \
&& git clean -fd 1> /dev/null

print_result $? "Update content"
Expand Down

0 comments on commit 50c8659

Please sign in to comment.