From 2e24bd592a1b640615afca8108ae421403ecd845 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iwan=20Cl=C3=A9ment?= Date: Wed, 4 Apr 2018 12:50:43 +0000 Subject: [PATCH] Update 'linux/Debian/Common.sls' --- linux/Debian/Common.sls | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/linux/Debian/Common.sls b/linux/Debian/Common.sls index 0c6304d..4f73422 100644 --- a/linux/Debian/Common.sls +++ b/linux/Debian/Common.sls @@ -1 +1,10 @@ -# Fichier a remplir \ No newline at end of file +# Fichier a remplir +Installation des paquets pour toute Debian: + pkg.installed: + - pkgs: + - unzip + - zip + - unrar + - p7zip + - p7zip-plugins + - p7zip-gui \ No newline at end of file