mirror of
https://github.com/krateng/maloja.git
synced 2025-04-12 15:07:13 +03:00
16 lines
185 B
Bash
Executable File
16 lines
185 B
Bash
Executable File
#!/usr/bin/env sh
|
|
pacman -Syu
|
|
pacman -S --needed \
|
|
gcc \
|
|
python3 \
|
|
libxml2 \
|
|
libxslt \
|
|
libffi \
|
|
glibc \
|
|
python-pip \
|
|
linux-headers \
|
|
python \
|
|
python-lxml \
|
|
tzdata \
|
|
libvips
|