There was an error while loading. Please reload this page.
1 parent 5b694f2 commit 2146507Copy full SHA for 2146507
1 file changed
lib/vanagon/platform/osx.rb
@@ -10,7 +10,7 @@ def install_build_dependencies(list_build_dependencies)
10
<<-HERE.undent
11
mkdir -p /etc/homebrew
12
cd /etc/homebrew
13
- su test -c '#{@brew} install #{list_build_dependencies.join(' ')}'
+ sudo su test -c '#{@brew} install #{list_build_dependencies.join(' ')}'
14
HERE
15
end
16
0 commit comments