mirror of
https://github.com/krateng/maloja.git
synced 2025-07-09 03:04:07 -04:00
Merge pull request #254 from kirinokirino/master
Add bash script for installing deps on archlinux.
This commit is contained in:
commit
f53c508700
15
install/install_dependencies_arch.sh
Executable file
15
install/install_dependencies_arch.sh
Executable 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
|
Loading…
x
Reference in New Issue
Block a user