| ... | @@ -3,7 +3,8 @@ | ... | @@ -3,7 +3,8 @@ |
| 3 | set -x | 3 | set -x |
| 4 | set -e | 4 | set -e |
| 5 | | 5 | |
| 6 | pacman -S --needed --noconfirm wget p7zip python3-pip openssl | 6 | pacman -Su --needed --noconfirm |
| | 7 | pacman -S --needed --noconfirm wget p7zip python3-pip |
| 7 | pip install s3cmd | 8 | pip install s3cmd |
| 8 | wget -nv "https://ziglang.org/deps/llvm%2bclang-7.0.0-win64-msvc-release.tar.xz" | 9 | wget -nv "https://ziglang.org/deps/llvm%2bclang-7.0.0-win64-msvc-release.tar.xz" |
| 9 | tar xf llvm+clang-7.0.0-win64-msvc-release.tar.xz | 10 | tar xf llvm+clang-7.0.0-win64-msvc-release.tar.xz |