Guest User

Untitled

a guest
Dec 11th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. dep 'links is installed' do
  2.  
  3. met? {
  4. which "links"
  5. }
  6.  
  7. meet {
  8. log "Test failed. links is not installed, installing now..."
  9. shell "apt-get -y install links"
  10. }
  11.  
  12. end
Add Comment
Please, Sign In to add comment