Skip to content

Commit

Permalink
Fix remote install branch name (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
krzysztofcybulski authored Aug 21, 2023
1 parent 5a829bf commit 6b3dafd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion remote-install.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

SOURCE="https://github.com/webpro/dotfiles"
TARBALL="$SOURCE/tarball/master"
TARBALL="$SOURCE/tarball/main"
TARGET="$HOME/.dotfiles"
TAR_CMD="tar -xzv -C "$TARGET" --strip-components=1 --exclude='{.gitignore}'"

Expand Down

0 comments on commit 6b3dafd

Please sign in to comment.