Updated avr script and added notes to Vagrantfile
This commit is contained in:
parent
71ee3eb2e7
commit
987ac16afd
2 changed files with 18 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue