Merge pull request #254 from kirinokirino/master

Add bash script for installing deps on archlinux.
This commit is contained in:
krateng 2023-10-23 03:05:29 +02:00 committed by GitHub
commit f53c508700
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,15 @@
#!/usr/bin/env sh
pacman -Syu
pacman -S --needed \
gcc \
python3 \
libxml2 \
libxslt \
libffi \
glibc \
python-pip \
linux-headers \
python \
python-lxml \
tzdata \
libvips