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