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

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

Instance Method Summary collapse

Methods included from CommandHelper

#open_path, #run_command

Instance Method Details

#runObject



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

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