Skip to content

Commit 2abe369

Browse files
committed
Adding missing dependencies 3
1 parent 936cc98 commit 2abe369

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

one_installer.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@
8282
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
8383
echo 'eval "$(/opt/homebrew/bin/brew shellenv)"' >> ~/.bashrc
8484
eval "$(/opt/homebrew/bin/brew shellenv)"
85+
source ~/.bashrc
8586
become: yes
8687

8788
- name: Install rupa/z, and mcfly
@@ -90,7 +91,7 @@
9091
shell: |
9192
# Install rupa/z
9293
curl -fsSL https://raw.githubusercontent.com/rupa/z/master/z.sh -o ~/.z.sh
93-
echo 'source ~/z/.z.sh' >> ~/.bashrc
94+
echo 'source ~/.z.sh' >> ~/.bashrc
9495
9596
# Install mcfly
9697
brew tap cantino/mcfly https://github.com/cantino/mcfly
@@ -173,6 +174,7 @@
173174
- apt-transport-https
174175
- code
175176
- google-chrome-stable
177+
ignore_errors : yes
176178

177179
- name: Install NVM (Node Version Manager)
178180
become: yes
@@ -214,7 +216,8 @@
214216
- hexmos.Lama2
215217
- golang.Go
216218
- ryanluker.vscode-coverage-gutters
217-
219+
ignore_errors : yes
220+
218221
- name: Install GVM (Go Version Manager)
219222
become: yes
220223
become_user: "{{ current_user.stdout }}"

0 commit comments

Comments
 (0)