From d05a02047e38e68196371beda8a11a931d9bd6c6 Mon Sep 17 00:00:00 2001 From: TotallyNotElite <38938720+TotallyNotElite@users.noreply.github.com> Date: Sun, 13 Jan 2019 14:38:31 +0100 Subject: [PATCH] Fix wrong freetype2 --- install-all | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-all b/install-all index 48ff7122..12ad6347 100755 --- a/install-all +++ b/install-all @@ -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