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

15 lines
369 B
Plaintext
Raw Normal View History

2017-01-16 20:32:25 +00:00
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