From b1ab7cd799d3f8676cb7e7380cad22d57ed90fce Mon Sep 17 00:00:00 2001 From: CLEMENT Iwan Date: Fri, 25 Jan 2019 16:23:00 +0100 Subject: [PATCH] =?UTF-8?q?Cr=C3=A9ation=20du=20fichier?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- windows/choco/mattermost-client.sls | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 windows/choco/mattermost-client.sls diff --git a/windows/choco/mattermost-client.sls b/windows/choco/mattermost-client.sls new file mode 100644 index 0000000..f52a199 --- /dev/null +++ b/windows/choco/mattermost-client.sls @@ -0,0 +1,3 @@ +'Installons le client Mattermost': + chocolatey.installed: + - name: mattermost-desktop \ No newline at end of file