Skip to content

Commit 8b877d2

Browse files
committed
fatica...
1 parent 472a1ab commit 8b877d2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

mychroot/ci/install.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,10 @@ whoami
1717
####################################################################################################################################
1818
# 2 hostname
1919
echo -e "$(hostname)\n" > /etc/hostname
20-
echo -e "127.0.0.1 localhost\n" > /etc/hosts
21-
echo -e "127.0.1.1 $(hostname)\n" >> /etc/hosts
2220

2321
# This host address
24-
127.0.1.1 colibri
22+
127.0.1.1 $(hostname)
23+
2524

2625
####################################################################################################################################
2726
# 3 ppa install penguins-eggs

0 commit comments

Comments
 (0)