Mettre à jour 'files/atom_redhat_install.sh'

This commit is contained in:
Iwan Clément
2018-02-21 20:20:55 +00:00
parent da48de68a9
commit 555c236d9a

View File

@@ -1,3 +1,4 @@
#!/bin/bash #!/bin/bash
cd /tmp cd /tmp
wget -q -t 5 -T 5 -w 5 -4 -nd https://atom.io/download/rpm && dnf install -y rpm wget -q -t 5 -T 5 -w 5 -4 -nd https://atom.io/download/rpm && dnf install -y rpm && exit 0
exit 1