Class: Renuo::Cli::Commands::UpgradeLaptop

Inherits:
Object
  • Object
show all
Defined in:
lib/renuo/cli/commands/upgrade_laptop.rb

Instance Method Summary collapse

Instance Method Details

#runObject



12
13
14
15
16
17
# File 'lib/renuo/cli/commands/upgrade_laptop.rb', line 12

def run
  say "Start Update"
  upgrade_apps
  upgrade_macos
  upgrade_brew unless reboot_required?
end