Skip to content

Commit 585d362

Browse files
committed
test
1 parent 8af7786 commit 585d362

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/vanagon/platform/defaults/osx-15-arm64.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
plat.provision_with 'sudo dscl . -merge /Groups/admin GroupMembership test'
1818
plat.provision_with 'echo "test ALL=(ALL:ALL) NOPASSWD: ALL" | sudo tee /etc/sudoers.d/username'
1919
plat.provision_with 'sudo chmod 0440 /etc/sudoers.d/username'
20-
plat.provision_with 'su test -c \'sudo mkdir -p /etc/homebrew\''
20+
plat.provision_with 'sudo mkdir -p /etc/homebrew && chown test /etc/homebrew'
2121
plat.provision_with 'cd /etc/homebrew'
2222
plat.provision_with 'createhomedir -c -u test'
2323
plat.provision_with 'su test -c \'echo | /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"\''

0 commit comments

Comments
 (0)