3 lines
98 B
Bash
3 lines
98 B
Bash
tools=$(cat ~/.local/share/sunhat/sources/install/tools | tr "\n" " ")
|
|
sudo dnf install -y $tools
|