Fix package names. While they can be installed via these names, they do not appear with these names in `dnf list installed`, so the script will attempt to install them regardless of whether they already are installed

pull/69/head
Newbyte 4 years ago
parent a7e4418d29
commit 7a577e76cf

@ -52,7 +52,7 @@ dependencies() {
"Fedora")
MANAGER_QUERY="dnf list installed"
MANAGER_INSTALL="dnf install"
DEPS="{meson,gcc,g++,libX11-devel,glslang,python-mako,mesa-libGL-devel}"
DEPS="{meson,gcc,gcc-g++,libX11-devel,glslang,python3-mako,mesa-libGL-devel}"
install
unset INSTALL

Loading…
Cancel
Save