Add bash script for installing deps on archlinux.

This commit is contained in:
kirinokirino 2023-10-22 18:23:25 +03:00
parent 2a0775265f
commit 3ec511e9b9

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