Mettre à jour 'softwares/chrome.sls'
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
|
||||
# Ajout du repository
|
||||
# deb [arch=amd64] https://dl.google.com/linux/chrome/deb/ stable main" > /etc/apt/sources.list.d/google-chrome.list'
|
||||
|
||||
{% if grains['kernel'] == 'Linux' %}
|
||||
# Ajout du repository
|
||||
# deb [arch=amd64] https://dl.google.com/linux/chrome/deb/ stable main" > /etc/apt/sources.list.d/google-chrome.list'
|
||||
{% if grains['os_family'] == 'Debian' %}
|
||||
{% elif grains['os_family'] == 'Redhat' %}
|
||||
{% endif %}
|
||||
|
||||
Ajout du reposity Google:
|
||||
{% endif %}
|
||||
Reference in New Issue
Block a user