Clean up Arch deps

- Sort deps
- Remove duplicates
- Replace libgudev with systemd-libs for `libudev.so`
This commit is contained in:
Tim Crawford
2021-05-12 17:25:17 -06:00
committed by Jeremy Soller
parent bc684170d0
commit 2f1069d381

View File

@ -62,32 +62,28 @@ elif [[ "${ID}" =~ "fedora" ]] || [[ "${ID_LIKE}" =~ "fedora" ]]; then
systemd-devel \
zlib-devel
elif [[ "${ID}" =~ "arch" ]] || [[ "${ID_LIKE}" =~ "arch" ]]; then
sudo pacman -S \
sudo pacman -S \
avr-gcc \
avr-libc \
avrdude \
bison \
cmake \
curl \
dosfstools \
flex \
mtools \
parted \
python \
gcc-ada \
avr-gcc \
ncurses \
libgudev \
python-distutils-extra \
avr-libc \
avrdude \
curl \
dosfstools \
flashrom \
flex \
gcc-ada \
git-lfs \
msr-tools \
mtools \
nasm \
ncurses \
parted \
patch \
sdcc
python \
python-distutils-extra \
sdcc \
systemd-libs
else
msg "Unknown system ID: ${ID}"
msg "Please add support for your distribution to: $0"