Skip to content

Commit 75f95d2

Browse files
committed
Merge pull request #173 from Salandora/fix/ping
Fix ping for user pi
2 parents 3f1e29b + 6182cfb commit 75f95d2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/chroot_script

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@ apt-get autoremove -y
4646

4747
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
4848

49+
echo " - Reinstall iputils-ping"
50+
apt-get install --reinstall iputils-ping
51+
52+
4953
pushd /home/pi
5054

5155
#build virtualenv

0 commit comments

Comments
 (0)