lib/ios/iosOption.rb in shellboxCLI-0.1.1 vs lib/ios/iosOption.rb in shellboxCLI-0.1.2
- old
+ new
@@ -17,10 +17,10 @@
if brewExists
puts "Atualizando Homebrew"
system('brew update')
else
puts "Instalando Homebrew"
- system("ruby -e '$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)'")
+ system("/bin/bash -c \"$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)\"")
end
puts "Instalando swiftgen"
system("brew install swiftgen")
puts "✅ Instalado com sucesso"
\ No newline at end of file