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

added init.sls

This commit is contained in:
root 2017-01-16 21:32:25 +01:00
parent 5e0a2d8cd7
commit 59a39e044f

14
neofetch/init.sls Normal file
View File

@ -0,0 +1,14 @@
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