deps: Install libudev
This commit is contained in:
committed by
Jeremy Soller
parent
ba99aec1b7
commit
340ddd2e81
@ -20,6 +20,7 @@ if [[ "${ID}" =~ "debian" ]] || [[ "${ID_LIKE}" =~ "debian" ]]; then
|
|||||||
avrdude \
|
avrdude \
|
||||||
curl \
|
curl \
|
||||||
gcc-avr \
|
gcc-avr \
|
||||||
|
libudev-dev \
|
||||||
make \
|
make \
|
||||||
sdcc
|
sdcc
|
||||||
elif [[ "${ID}" =~ "fedora" ]] || [[ "${ID_LIKE}" =~ "fedora" ]]; then
|
elif [[ "${ID}" =~ "fedora" ]] || [[ "${ID_LIKE}" =~ "fedora" ]]; then
|
||||||
@ -30,7 +31,8 @@ elif [[ "${ID}" =~ "fedora" ]] || [[ "${ID_LIKE}" =~ "fedora" ]]; then
|
|||||||
avrdude \
|
avrdude \
|
||||||
curl \
|
curl \
|
||||||
make \
|
make \
|
||||||
sdcc
|
sdcc \
|
||||||
|
systemd-devel
|
||||||
else
|
else
|
||||||
msg "Please add support for your distribution to:"
|
msg "Please add support for your distribution to:"
|
||||||
msg "scripts/deps.sh"
|
msg "scripts/deps.sh"
|
||||||
|
Reference in New Issue
Block a user