Merge pull request #3365 from radarhere/pacman

Create pacman package cache directory
This commit is contained in:
Hugo 2018-09-18 15:46:20 +03:00 committed by GitHub
commit 4c47628900
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,6 @@
#!/bin/sh
mkdir /var/cache/pacman/pkg
pacman -S --noconfirm mingw32/mingw-w64-i686-python3-pip \
mingw32/mingw-w64-i686-python3-setuptools \
mingw32/mingw-w64-i686-python2-pip \