From a634b8fb95e778dce2f142b1929707bf7c185696 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iwan=20Cl=C3=A9ment?= Date: Thu, 24 Jan 2019 10:50:12 +0000 Subject: [PATCH] Creation du fichier --- windows/choco/chrome.sls | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 windows/choco/chrome.sls diff --git a/windows/choco/chrome.sls b/windows/choco/chrome.sls new file mode 100644 index 0000000..a6d84bb --- /dev/null +++ b/windows/choco/chrome.sls @@ -0,0 +1,3 @@ +'Installons Google Chrome': + chocolatey.installed: + - name: googlechrome \ No newline at end of file