Skip to content

Commit

Permalink
added apt update -y
Browse files Browse the repository at this point in the history
  • Loading branch information
matt2005 committed Sep 21, 2021
1 parent d40feaa commit 7fc5a9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion updater/base_buster_armhf.Pifile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PUMP 1000M

# Update OS and sources
RUN <<EOF
apt-get update
apt-get update -y
DEBIAN_FRONTEND=noninteractive apt-get -y dist-upgrade
apt-get install -y sl
apt-get autoremove -y
Expand Down

0 comments on commit 7fc5a9e

Please sign in to comment.