1
0
mirror of https://github.com/alrayyes/neofetch-formula synced 2023-11-13 18:16:38 +00:00
neofetch-formula/neofetch/init.sls
2017-01-16 21:32:25 +01:00

15 lines
369 B
Plaintext

neofetch:
pkgrepo.managed:
- humanname: Neofetch
- name: deb http://dl.bintray.com/dawidd6/neofetch jessie main
- file: /etc/apt/sources.list.d/neofetch.list
- require_in:
- pkg: neofetch
- gpgcheck: 1
- key_url: https://bintray.com/user/downloadSubjectPublicKey?username=bintray
pkg.latest:
- name: neofetch
- refresh: True