From 593eb03cf9f1b6f636b6c95910b8f5100ab25cfd Mon Sep 17 00:00:00 2001 From: Brian Zalewski <59970525+ProfessorManhattan@users.noreply.github.com> Date: Mon, 13 Nov 2023 05:38:41 +0000 Subject: [PATCH] Latest --- scripts/cloudflared-ssh.sh | 3 ++- scripts/partials/basic-deps | 2 +- scripts/provision.sh | 3 ++- 3 files changed, 5 insertions(+), 3 deletions(-) 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() {