Class: Jumpstarter::Commands::Git::Update
- Inherits:
-
Object
- Object
- Jumpstarter::Commands::Git::Update
- Defined in:
- lib/jumpstarter_core/commands.rb
Class Method Summary collapse
Class Method Details
.command! ⇒ Object
150 151 152 |
# File 'lib/jumpstarter_core/commands.rb', line 150 def command!() return ['sudo apt install git'] end |
.requires_sudo! ⇒ Object
147 148 149 |
# File 'lib/jumpstarter_core/commands.rb', line 147 def requires_sudo!() return false end |