Skip to content

Commit

Permalink
balenafin-ify.sh: Run apt-get non-interactively
Browse files Browse the repository at this point in the history
Signed-off-by: Andrei Gherzan <[email protected]>
  • Loading branch information
Andrei Gherzan committed Feb 27, 2019
1 parent 9a66ce3 commit dbc98af
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions balenafin-ify.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,10 @@ log "Adding balenafin raspbian repository..."
echo "deb https://dl.bintray.com/balenaos/raspbian stretch main" > /etc/apt/sources.list.d/balenafin.list

log "Installing required packages..."
apt-get install apt-transport-https
apt-get update
apt-get upgrade
apt-get install balenafin-firmware raspberrypi-kernel-headers sd8887-mrvl
apt-get -y install apt-transport-https
apt-get -y update
apt-get -y upgrade
apt-get -y install balenafin-firmware raspberrypi-kernel-headers sd8887-mrvl

log "Done. Enjoy your balenaFin!"
if [ "$REBOOT" -eq 1 ]; then
Expand Down

0 comments on commit dbc98af

Please sign in to comment.