From 51a6ab8b70259a22242399242a8c5cc4f5ef7b2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iwan=20Cl=C3=A9ment?= Date: Wed, 21 Feb 2018 19:51:34 +0000 Subject: [PATCH] Ajouter 'files/atom_redhat_install.sh' --- files/atom_redhat_install.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 files/atom_redhat_install.sh diff --git a/files/atom_redhat_install.sh b/files/atom_redhat_install.sh new file mode 100644 index 0000000..edc2ef5 --- /dev/null +++ b/files/atom_redhat_install.sh @@ -0,0 +1,3 @@ +#!/bin/bash +cd /tmp +wget -q -t 5 -T 5 -w 5 -4 -nd https://atom.io/download/rpm && dnf install -y atom.x86_64.rpm \ No newline at end of file