summaryrefslogtreecommitdiff
path: root/scripts/0000-prepare-os.sh
blob: 33b0deb1c3a0200146b0b5c285f23e30686d4e92 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/env bash

set -e

pacman --noconfirm -Syu

pacman --noconfirm --needed -S \
  base-devel \
  libelf \
  libmpc \
  zlib

pacman --noconfirm --needed --asdeps -S \
  gmp \
  mpfr