Skip to content

Commit

Permalink
Remove user interaction with apt-get remove commands in image builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
MuffinSpawn committed Aug 16, 2016
1 parent 7393624 commit 6b978a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build_waggle_image.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@
# disable software update and new release checks
# (don't want the node connecting to anything other than the beehive server)
apt-get remove update-manager-core
apt-get remove ubuntu-release-upgrader-core
apt-get remove --yes update-manager-core
apt-get remove --yes ubuntu-release-upgrader-core
mkdir -p /etc/waggle/
echo "10.31.81.10" > /etc/waggle/node_controller_host
Expand Down

0 comments on commit 6b978a1

Please sign in to comment.