Method: Specinfra::Command::Arch::Base::Package.sync_repos

Defined in:
lib/specinfra/command/arch/base/package.rb

.sync_reposObject

Should this method be here or not ?

[View source]

22
23
24
# File 'lib/specinfra/command/arch/base/package.rb', line 22

def sync_repos
  "pacman -Syy"
end