|
|
@ -25,6 +25,7 @@ if grep ID /etc/os-release | grep -qE "fedora"; then
|
|
|
|
kernel-headers \
|
|
|
|
kernel-headers \
|
|
|
|
make \
|
|
|
|
make \
|
|
|
|
perl \
|
|
|
|
perl \
|
|
|
|
|
|
|
|
python3 \
|
|
|
|
unzip \
|
|
|
|
unzip \
|
|
|
|
wget \
|
|
|
|
wget \
|
|
|
|
zip
|
|
|
|
zip
|
|
|
@ -47,6 +48,7 @@ elif grep ID /etc/os-release | grep -qE 'debian|ubuntu'; then
|
|
|
|
gcc-avr \
|
|
|
|
gcc-avr \
|
|
|
|
git \
|
|
|
|
git \
|
|
|
|
libnewlib-arm-none-eabi \
|
|
|
|
libnewlib-arm-none-eabi \
|
|
|
|
|
|
|
|
python3 \
|
|
|
|
unzip \
|
|
|
|
unzip \
|
|
|
|
wget \
|
|
|
|
wget \
|
|
|
|
zip
|
|
|
|
zip
|
|
|
@ -66,6 +68,7 @@ elif grep ID /etc/os-release | grep -q 'arch\|manjaro'; then
|
|
|
|
diffutils \
|
|
|
|
diffutils \
|
|
|
|
gcc \
|
|
|
|
gcc \
|
|
|
|
git \
|
|
|
|
git \
|
|
|
|
|
|
|
|
python \
|
|
|
|
unzip \
|
|
|
|
unzip \
|
|
|
|
wget \
|
|
|
|
wget \
|
|
|
|
zip
|
|
|
|
zip
|
|
|
@ -87,6 +90,7 @@ elif grep ID /etc/os-release | grep -q gentoo; then
|
|
|
|
app-arch/zip \
|
|
|
|
app-arch/zip \
|
|
|
|
app-mobilephone/dfu-util \
|
|
|
|
app-mobilephone/dfu-util \
|
|
|
|
dev-embedded/avrdude \
|
|
|
|
dev-embedded/avrdude \
|
|
|
|
|
|
|
|
dev-lang/python:3.5 \
|
|
|
|
net-misc/wget \
|
|
|
|
net-misc/wget \
|
|
|
|
sys-devel/gcc \
|
|
|
|
sys-devel/gcc \
|
|
|
|
sys-devel/crossdev
|
|
|
|
sys-devel/crossdev
|
|
|
@ -102,6 +106,7 @@ elif grep ID /etc/os-release | grep -q sabayon; then
|
|
|
|
app-arch/zip \
|
|
|
|
app-arch/zip \
|
|
|
|
app-mobilephone/dfu-util \
|
|
|
|
app-mobilephone/dfu-util \
|
|
|
|
dev-embedded/avrdude \
|
|
|
|
dev-embedded/avrdude \
|
|
|
|
|
|
|
|
dev-lang/python \
|
|
|
|
net-misc/wget \
|
|
|
|
net-misc/wget \
|
|
|
|
sys-devel/gcc \
|
|
|
|
sys-devel/gcc \
|
|
|
|
sys-devel/crossdev
|
|
|
|
sys-devel/crossdev
|
|
|
@ -125,6 +130,7 @@ elif grep ID /etc/os-release | grep -qE "opensuse|tumbleweed"; then
|
|
|
|
dfu-tool \
|
|
|
|
dfu-tool \
|
|
|
|
dfu-programmer \
|
|
|
|
dfu-programmer \
|
|
|
|
gcc \
|
|
|
|
gcc \
|
|
|
|
|
|
|
|
python3 \
|
|
|
|
unzip \
|
|
|
|
unzip \
|
|
|
|
wget \
|
|
|
|
wget \
|
|
|
|
zip
|
|
|
|
zip
|
|
|
@ -143,7 +149,8 @@ elif grep ID /etc/os-release | grep -q slackware; then
|
|
|
|
dfu-util \
|
|
|
|
dfu-util \
|
|
|
|
arm-binutils \
|
|
|
|
arm-binutils \
|
|
|
|
arm-gcc \
|
|
|
|
arm-gcc \
|
|
|
|
newlib
|
|
|
|
newlib \
|
|
|
|
|
|
|
|
python3
|
|
|
|
echo "Done!"
|
|
|
|
echo "Done!"
|
|
|
|
else
|
|
|
|
else
|
|
|
|
echo "Quitting..."
|
|
|
|
echo "Quitting..."
|
|
|
|