Add missing packages to Linux install scripts (#8895)

This commit is contained in:
Ryan 2020-04-24 05:56:36 +10:00 committed by GitHub
parent 0722986d7a
commit 6586280bf3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 1 deletions

View File

@ -32,6 +32,7 @@ if grep ID /etc/os-release | grep -qE "fedora"; then
avr-libc \
binutils-avr32-linux-gnu \
clang \
avrdude \
dfu-util \
dfu-programmer \
diffutils \
@ -67,6 +68,7 @@ elif grep ID /etc/os-release | grep -qE 'debian|ubuntu'; then
gcc-avr \
git \
libnewlib-arm-none-eabi \
avrdude \
libusb-dev \
python3 \
python3-pip \
@ -110,6 +112,7 @@ elif grep ID /etc/os-release | grep -q gentoo; then
app-arch/unzip \
app-arch/zip \
app-mobilephone/dfu-util \
dev-embedded/dfu-programmer \
dev-embedded/avrdude \
net-misc/wget \
sys-devel/clang \
@ -126,6 +129,7 @@ elif grep ID /etc/os-release | grep -q sabayon; then
app-arch/unzip \
app-arch/zip \
app-mobilephone/dfu-util \
dev-embedded/dfu-programmer \
dev-embedded/avrdude \
dev-lang/python \
net-misc/wget \
@ -151,7 +155,8 @@ elif grep ID /etc/os-release | grep -qE "opensuse|tumbleweed"; then
cross-avr-binutils \
cross-arm-none-newlib-devel \
cross-arm-binutils cross-arm-none-newlib-devel \
dfu-tool \
avrdude \
dfu-util \
dfu-programmer \
gcc \
libusb-devel \
@ -216,6 +221,7 @@ elif grep ID /etc/os-release | grep -q void; then
avr-gcc \
avr-libc \
$CROSS_ARM \
avrdude \
dfu-programmer \
dfu-util \
gcc \