diff options
| author | Syndamia <kamen.d.mladenov@protonmail.com> | 2020-12-10 09:18:28 +0200 |
|---|---|---|
| committer | Syndamia <kamen.d.mladenov@protonmail.com> | 2020-12-10 09:18:28 +0200 |
| commit | 2ba4f1bee1a787d200185e831c2c089c13477716 (patch) | |
| tree | 3838e723465b6850f5877659afad8b3284d89bb4 | |
| parent | e9a6a8c58be46e19012471ed18f66c83460f4b86 (diff) | |
| download | application-setup-2ba4f1bee1a787d200185e831c2c089c13477716.tar application-setup-2ba4f1bee1a787d200185e831c2c089c13477716.tar.gz application-setup-2ba4f1bee1a787d200185e831c2c089c13477716.zip | |
Added dnf-utils to essential Fedora apps
| -rwxr-xr-x | fedora-setup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fedora-setup.sh b/fedora-setup.sh index 19c9c9a..e7e7e2c 100755 --- a/fedora-setup.sh +++ b/fedora-setup.sh @@ -15,7 +15,7 @@ sudo dnf upgrade -y # Installation ----------------------------------------------------------------- -essential="terminator git copyq audacious gimp samba adb flameshot curl tlp piper gstreamer1-plugin-openh264" +essential="terminator git copyq audacious gimp samba adb flameshot curl tlp piper gstreamer1-plugin-openh264 dnf-utils" utilities="barrier cheese htop cloc neofetch" qemukvm="qemu-kvm bridge-utils virt-manager ebtables iptables dnsmasq" fun="cmatrix" |
