Skip to content

Commit 6182cfb

Browse files
SalandoraSalandora
authored andcommitted
Fix ping for user pi
1 parent bbac11c commit 6182cfb

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
@@ -28,6 +28,10 @@ apt-get autoremove -y
2828

2929
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
3030

31+
echo " - Reinstall iputils-ping"
32+
apt-get install --reinstall iputils-ping
33+
34+
3135
pushd /home/pi
3236

3337
#build virtualenv

0 commit comments

Comments
 (0)