update
This commit is contained in:
parent
bc8b5e21a5
commit
99c37b1633
2 changed files with 4 additions and 3 deletions
|
|
@ -17,7 +17,7 @@
|
||||||
shell: /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
|
shell: /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
|
||||||
when:
|
when:
|
||||||
- required_packages_brew is defined
|
- required_packages_brew is defined
|
||||||
- not homebrew_check.stat.exists
|
#- not homebrew_check.stat.exists
|
||||||
- install_homebrew_if_missing
|
- install_homebrew_if_missing
|
||||||
|
|
||||||
- name: Load Brew shellenv
|
- name: Load Brew shellenv
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
sudo apt update
|
sudo apt update
|
||||||
sudo apt install ansible stow -y
|
sudo apt install ansible -y
|
||||||
stow --adopt .
|
make devpod
|
||||||
|
#stow --adopt .
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue