3 lines
100 B
Bash
3 lines
100 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 |