Skip to content

Commit

Permalink
yadm: unset INTERACTIVE
Browse files Browse the repository at this point in the history
  • Loading branch information
branchvincent committed Aug 21, 2024
1 parent 9ba361f commit 18e27b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# Minimal script to bootstrap https://yadm.io before it clones our dotfiles

unset GIT_DIR GIT_WORK_TREE XDG_CONFIG_HOME
unset GIT_DIR GIT_WORK_TREE INTERACTIVE XDG_CONFIG_HOME
command -v bash >/dev/null 2>&1 || { printf >&2 "\e[31mERROR\e[0m: bash must be installed!\n" && exit 1; }
command -v git >/dev/null 2>&1 || { printf >&2 "\e[31mERROR\e[0m: git must be installed!\n" && exit 1; }
[ -n "$BASH_VERSION" ] || { printf >&2 "\e[31mERROR\e[0m: must be executed using bash!\n" && exit 1; }
Expand Down

0 comments on commit 18e27b0

Please sign in to comment.