Skip to content

Commit

Permalink
chore: set apt noninteractive
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian authored Sep 21, 2023
1 parent ebccb59 commit a968c9a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pi-image/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ SATELLITE_BRANCH="${SATELLITE_BRANCH:-master}"
adduser --disabled-password satellite --gecos ""

# install some dependencies
export DEBIAN_FRONTEND=noninteractive
apt-get update
apt-get install -y git zip unzip curl libusb-1.0-0-dev libudev-dev cmake libfontconfig1
apt-get clean
Expand Down

0 comments on commit a968c9a

Please sign in to comment.