Class: Maintainer::Commands::Git::Install

Inherits:
Object
  • Object
show all
Defined in:
lib/maintainer_core/commands.rb

Class Method Summary collapse

Class Method Details

.command!Object



115
116
117
# File 'lib/maintainer_core/commands.rb', line 115

def command!()
    return ['sudo apt update', 'sudo apt install git']
end

.requires_sudo!Object



112
113
114
# File 'lib/maintainer_core/commands.rb', line 112

def requires_sudo!()
    return true
end