Skip to content

Commit

Permalink
[script] add ppa without user input (#4474)
Browse files Browse the repository at this point in the history
  • Loading branch information
wgtdkp authored and jwhui committed Jan 14, 2020
1 parent 1ab8661 commit 05ba4c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/bootstrap
Expand Up @@ -49,7 +49,7 @@ install_packages_apt()
sudo apt-get -y install binutils-arm-none-eabi gcc-arm-none-eabi gdb-arm-none-eabi libnewlib-arm-none-eabi libstdc++-arm-none-eabi-newlib || die
else
# add gcc-arm-embedded ppa
sudo add-apt-repository ppa:team-gcc-arm-embedded/ppa || die
sudo add-apt-repository ppa:team-gcc-arm-embedded/ppa -y || die
sudo apt-get update || die
sudo apt-get -y install gcc-arm-embedded || die
fi
Expand Down

0 comments on commit 05ba4c2

Please sign in to comment.