Skip to content

Commit

Permalink
Fix ping for user pi
Browse files Browse the repository at this point in the history
  • Loading branch information
Salandora authored and Salandora committed Dec 11, 2015
1 parent bbac11c commit 6182cfb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/chroot_script
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ apt-get autoremove -y

apt-get -y --force-yes install python2.7 python-virtualenv python-dev git screen libts-bin subversion cmake checkinstall avahi-daemon libavahi-compat-libdnssd1 libffi-dev libssl-dev

echo " - Reinstall iputils-ping"
apt-get install --reinstall iputils-ping


pushd /home/pi

#build virtualenv
Expand Down

1 comment on commit 6182cfb

@guysoft
Copy link
Owner

@guysoft guysoft commented on 6182cfb Dec 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Amazing, 8 years later i caught that this is missing -y --force-yes because only now it broke

Please sign in to comment.