Files
states/files/atom_redhat_install.sh
2018-02-21 20:20:55 +00:00

4 lines
117 B
Bash

#!/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
exit 1