From 7d71b5ce91a852f5dd71c0d748b7816be1d9301d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iwan=20Cl=C3=A9ment?= Date: Wed, 21 Feb 2018 20:24:29 +0000 Subject: [PATCH] =?UTF-8?q?Mettre=20=C3=A0=20jour=20'files/atom=5Fredhat?= =?UTF-8?q?=5Finstall.sh'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- files/atom_redhat_install.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/files/atom_redhat_install.sh b/files/atom_redhat_install.sh index 0f08ca8..dcccd16 100644 --- a/files/atom_redhat_install.sh +++ b/files/atom_redhat_install.sh @@ -1,4 +1,3 @@ #!/bin/bash -cd /tmp -wget -q -t 5 -T 5 -w 5 -4 -nd https://atom.io/download/rpm && dnf install -y rpm && exit 0 +cd /tmp && wget -q -t 5 -T 5 -w 5 -4 -nd https://atom.io/download/rpm && dnf install -y rpm && exit 0 exit 1 \ No newline at end of file