class Uberinstaller::PackageManager::Git

Git package manager ( a little bit of a hack really )

Public Instance Methods

set_commands() click to toggle source
# File lib/uberinstaller/package_managers/git.rb, line 9
def set_commands
  @commands[:install] = "git clone" 
end