Clean up Arch deps
- Sort deps - Remove duplicates - Replace libgudev with systemd-libs for `libudev.so`
This commit is contained in:
committed by
Jeremy Soller
parent
bc684170d0
commit
2f1069d381
@ -62,32 +62,28 @@ elif [[ "${ID}" =~ "fedora" ]] || [[ "${ID_LIKE}" =~ "fedora" ]]; then
|
|||||||
systemd-devel \
|
systemd-devel \
|
||||||
zlib-devel
|
zlib-devel
|
||||||
elif [[ "${ID}" =~ "arch" ]] || [[ "${ID_LIKE}" =~ "arch" ]]; then
|
elif [[ "${ID}" =~ "arch" ]] || [[ "${ID_LIKE}" =~ "arch" ]]; then
|
||||||
sudo pacman -S \
|
sudo pacman -S \
|
||||||
|
avr-gcc \
|
||||||
|
avr-libc \
|
||||||
|
avrdude \
|
||||||
bison \
|
bison \
|
||||||
cmake \
|
cmake \
|
||||||
curl \
|
curl \
|
||||||
dosfstools \
|
dosfstools \
|
||||||
flex \
|
|
||||||
mtools \
|
|
||||||
parted \
|
|
||||||
python \
|
|
||||||
gcc-ada \
|
|
||||||
avr-gcc \
|
|
||||||
ncurses \
|
|
||||||
libgudev \
|
|
||||||
python-distutils-extra \
|
|
||||||
avr-libc \
|
|
||||||
avrdude \
|
|
||||||
curl \
|
|
||||||
dosfstools \
|
|
||||||
flashrom \
|
flashrom \
|
||||||
|
flex \
|
||||||
|
gcc-ada \
|
||||||
git-lfs \
|
git-lfs \
|
||||||
msr-tools \
|
msr-tools \
|
||||||
mtools \
|
mtools \
|
||||||
nasm \
|
nasm \
|
||||||
|
ncurses \
|
||||||
parted \
|
parted \
|
||||||
patch \
|
patch \
|
||||||
sdcc
|
python \
|
||||||
|
python-distutils-extra \
|
||||||
|
sdcc \
|
||||||
|
systemd-libs
|
||||||
else
|
else
|
||||||
msg "Unknown system ID: ${ID}"
|
msg "Unknown system ID: ${ID}"
|
||||||
msg "Please add support for your distribution to: $0"
|
msg "Please add support for your distribution to: $0"
|
||||||
|
Reference in New Issue
Block a user