2018-11-04 13:24:46 -08:00
|
|
|
#!/bin/sh
|
|
|
|
|
|
|
|
set -x
|
|
|
|
set -e
|
|
|
|
|
2018-11-05 10:26:46 -08:00
|
|
|
pacman -S --needed --noconfirm wget p7zip python3-pip
|
2018-11-04 13:24:46 -08:00
|
|
|
pip install s3cmd
|
2018-11-05 09:01:40 -08:00
|
|
|
wget -nv "https://ziglang.org/deps/llvm%2bclang-7.0.0-win64-msvc-release.tar.xz"
|
2018-11-04 13:24:46 -08:00
|
|
|
tar xf llvm+clang-7.0.0-win64-msvc-release.tar.xz
|