Class: Maintainer::Commands::Git::Update
- Inherits:
-
Object
- Object
- Maintainer::Commands::Git::Update
- Defined in:
- lib/maintainer_core/commands.rb
Class Method Summary collapse
Class Method Details
.command! ⇒ Object
145 146 147 |
# File 'lib/maintainer_core/commands.rb', line 145 def command!() return ['sudo apt install git'] end |
.requires_sudo! ⇒ Object
142 143 144 |
# File 'lib/maintainer_core/commands.rb', line 142 def requires_sudo!() return false end |