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:
parent
5e0a2d8cd7
commit
59a39e044f
14
neofetch/init.sls
Normal file
14
neofetch/init.sls
Normal 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
|
Loading…
Reference in New Issue
Block a user