diff --git a/files/atom_redhat_install.sh b/files/atom_redhat_install.sh index edc2ef5..a1b7e52 100644 --- a/files/atom_redhat_install.sh +++ b/files/atom_redhat_install.sh @@ -1,3 +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 +wget -q -t 5 -T 5 -w 5 -4 -nd https://atom.io/download/rpm && dnf install -y rpm \ No newline at end of file