Skip to content

Commit 3d95a7a

Browse files
committed
ritocchi e ping
1 parent 73b1685 commit 3d95a7a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

mychroot/ci/install.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ apt install \
4141
dnsutils \
4242
git \
4343
iproute2 \
44+
iputils-ping \
4445
less \
4546
locales \
4647
man \
@@ -74,14 +75,13 @@ cd /ci/
7475
ls -al
7576
apt install -y ./*.deb
7677

77-
# enable bash_completion
78-
source /etc/bash_completion
79-
8078
eggs dad -d
8179
eggs produce --pendrive -n # --verbose
8280

83-
8481
# clean debs on /ci
8582
rm /ci/*.deb
8683

8784
date
85+
86+
echo "# enable bash_completion, running:"
87+
echo "source /etc/bash_completion"

0 commit comments

Comments
 (0)