diff --git a/scripts/cloudflared-ssh.sh b/scripts/cloudflared-ssh.sh index b832dd99..79fdf052 100644 --- a/scripts/cloudflared-ssh.sh +++ b/scripts/cloudflared-ssh.sh @@ -153,7 +153,8 @@ if ! command -v curl > /dev/null || ! command -v git > /dev/null || ! command -v ### Void logg warn "TODO - Add support for Void" fi -fi# @description Ensure Homebrew is installed and available in the `PATH` +fi +# @description Ensure Homebrew is installed and available in the `PATH` if ! command -v brew > /dev/null; then if [ -d /home/linuxbrew/.linuxbrew/bin ]; then logg info "Sourcing from /home/linuxbrew/.linuxbrew/bin/brew" && eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)" diff --git a/scripts/partials/basic-deps b/scripts/partials/basic-deps index 2b610677..b63a993a 100644 --- a/scripts/partials/basic-deps +++ b/scripts/partials/basic-deps @@ -45,4 +45,4 @@ if ! command -v curl > /dev/null || ! command -v git > /dev/null || ! command -v ### Void logg warn "TODO - Add support for Void" fi -fi \ No newline at end of file +fi diff --git a/scripts/provision.sh b/scripts/provision.sh index bee19366..7fec03dd 100644 --- a/scripts/provision.sh +++ b/scripts/provision.sh @@ -187,7 +187,8 @@ ensureBasicDeps() { ### Void logg warn "TODO - Add support for Void" fi -fi} +fi +} # @description Ensure Homebrew is installed and available in the `PATH` ensureHomebrew() {