We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 472a1ab commit 8b877d2Copy full SHA for 8b877d2
mychroot/ci/install.sh
@@ -17,11 +17,10 @@ whoami
17
####################################################################################################################################
18
# 2 hostname
19
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
22
23
# This host address
24
-127.0.1.1 colibri
+127.0.1.1 $(hostname)
+
25
26
27
# 3 ppa install penguins-eggs
0 commit comments