1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-03 08:51:22 +00:00

Fix Voidlinux to grab GCC

This commit is contained in:
Logen Kain 2020-03-21 01:45:55 -04:00
parent 83ffb01d13
commit dc893a48a5

View file

@ -92,7 +92,7 @@ elif [ "$DISTRO" == "fedora" ] || [ "$DISTRO" == "redhat" ] || [ "$DISTRO" == "c
elif [ "$DISTRO" == "voidlinux" ]; then elif [ "$DISTRO" == "voidlinux" ]; then
echo "VoidLinux detected." echo "VoidLinux detected."
pkg_list="gcc glu-devel zlib-devel alsa-lib-devel $GET_WGET" pkg_list="gcc glu-devel zlib-devel alsa-lib-devel $GET_WGET"
installed_packages=`xbps-query -l` installed_packages=`xbps-query -l |grep -v libgcc`
installer_command="sudo xbps-install -Sy " installer_command="sudo xbps-install -Sy "
pkg_install pkg_install