From 99c37b16335f31f396194a706020c6f2a12ea19d Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Sat, 17 May 2025 10:40:22 -0500 Subject: [PATCH] update --- ansible/scripts/install_brew.yml | 2 +- install.sh | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/ansible/scripts/install_brew.yml b/ansible/scripts/install_brew.yml index faff8e6..b8c7811 100644 --- a/ansible/scripts/install_brew.yml +++ b/ansible/scripts/install_brew.yml @@ -17,7 +17,7 @@ shell: /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" when: - required_packages_brew is defined - - not homebrew_check.stat.exists + #- not homebrew_check.stat.exists - install_homebrew_if_missing - name: Load Brew shellenv diff --git a/install.sh b/install.sh index 9dcea4c..48ed878 100644 --- a/install.sh +++ b/install.sh @@ -1,4 +1,5 @@ #!/bin/bash sudo apt update -sudo apt install ansible stow -y -stow --adopt . +sudo apt install ansible -y +make devpod +#stow --adopt .