2018-11-04 13:24:46 -08:00
|
|
|
#!/bin/sh
|
|
|
|
|
|
|
|
set -x
|
|
|
|
set -e
|
|
|
|
|
2018-12-16 09:32:20 -08:00
|
|
|
pacman -Su --needed --noconfirm
|
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
|
2019-10-16 16:08:41 -07:00
|
|
|
wget -nv "https://ziglang.org/deps/llvm%2bclang-9.0.0-win64-msvc-mt.tar.xz"
|
|
|
|
tar xf llvm+clang-9.0.0-win64-msvc-mt.tar.xz
|