Class: Renuo::Cli::Commands::UpgradeLaptop
- Inherits:
-
Object
- Object
- Renuo::Cli::Commands::UpgradeLaptop
- Includes:
- CommandHelper
- Defined in:
- lib/renuo/cli/commands/upgrade_laptop.rb
Instance Method Summary collapse
Methods included from CommandHelper
Instance Method Details
#run ⇒ Object
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 |