1
0
Fork 0

Updated avr script and added notes to Vagrantfile

This commit is contained in:
dragon788 2016-01-16 11:44:27 -06:00
parent 71ee3eb2e7
commit 987ac16afd
2 changed files with 18 additions and 7 deletions

View file

@ -51,7 +51,7 @@ elif [[ -n "$(type -P yum)" ]]; then
elif [[ -n "$(type -P zypper)" ]]; then
# openSUSE
zypper refresh --non-interactive && zypper update --non-interactive
zypper --non-interactive refresh && zypper --non-interactive update
zypper --non-interactive install \
git \
make \
@ -59,6 +59,6 @@ elif [[ -n "$(type -P zypper)" ]]; then
kernel-devel \
patch \
wget \
dfu-util
dfu-programmer
fi