Mettre à jour 'files/atom_redhat_install.sh'

This commit is contained in:
Iwan Clément
2018-02-21 20:48:10 +00:00
parent 33ea171b45
commit 126147f457

View File

@@ -1,5 +1,5 @@
#!/bin/bash
URLROOT="https://github.com/atom/atom/releases/download/v1.24.0"
LEPKG="atom.x86_64.rpm"
cd /tmp && wget -q -t 5 -T 5 -w 5 -4 -nd "$URLROOT/$LEPKG" && dnf install -y $LEPKG && exit 0
cd /tmp && wget -q -t 5 -T 5 -w 5 -4 -nd "$URLROOT/$LEPKG" && dnf install -y /tmp/$LEPKG && exit 0
exit 1