Merge pull request #30 from nullworks/master

Update branch
This commit is contained in:
LightCat 2018-07-21 15:30:17 +02:00 committed by GitHub
commit 6bb4c12526
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ rm ../install-all # remove install file
# Install base Dependencies
#
if [ -f "/etc/arch-release" ]; then
sudo pacman -S --needed --noconfirm boost cmake make lib32-openssl lib32-libpng gcc gdb lib32-sdl2 lib32-glew freetype2
sudo pacman -S --needed --noconfirm boost cmake make lib32-openssl lib32-libpng gcc gdb lib32-sdl2 lib32-glew freetype2 rsync
else
sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
sudo apt update