Fix wrong freetype2

This commit is contained in:
TotallyNotElite 2019-01-13 14:38:31 +01:00 committed by GitHub
parent 44f5206e38
commit d05a02047e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@ fi
# Install base Dependencies
#
if [ -x "$(command -v pacman)" ]; then
sudo pacman -S --needed --noconfirm boost cmake make gcc gdb lib32-sdl2 lib32-glew freetype2 rsync lib32-libglvnd
sudo pacman -S --needed --noconfirm boost cmake make gcc gdb lib32-sdl2 lib32-glew lib32-freetype2 rsync lib32-libglvnd
else
sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
sudo apt update