From 08471a341db6bb3d283942f66fb00316c9739d47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iwan=20Cl=C3=A9ment?= Date: Thu, 24 Jan 2019 10:21:35 +0000 Subject: [PATCH] Creation du fichier --- windows/chocosoft.sls | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 windows/chocosoft.sls diff --git a/windows/chocosoft.sls b/windows/chocosoft.sls new file mode 100644 index 0000000..2a70eaa --- /dev/null +++ b/windows/chocosoft.sls @@ -0,0 +1,19 @@ +'Installons gpg4win': + chocolatey.installed: + - name: gpg4win + +'Installons 7zip': + chocolatey.installed: + - name: 7zip + +'Installons vlc': + chocolatey.installed: + - name: vlc + +'Installons git': + chocolatey.installed: + - name: git.install + +'Installons Visual Studio Code': + chocolatey.installed: + - name: vscode \ No newline at end of file