This commit is contained in:
Jacob Zaval 2019-10-01 10:30:34 -07:00
Родитель d70233abd5
Коммит 27acd6046f
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -7,8 +7,7 @@ module MacOS
def initialize
softwareupdate_history = shell_out(['softwareupdate', '--history']).stdout
history_entry = softwareupdate_history.lines.select { |line| line.include?('Command Line Tools') }
if history_entry.nil?
if history_entry.empty?
install_sentinel = '/tmp/.com.apple.dt.CommandLineTools.installondemand.in-progress'
FileUtils.touch install_sentinel
FileUtils.chown 'root', 'wheel', install_sentinel