We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09bffd7 commit f455e42Copy full SHA for f455e42
1 file changed
mychroot/ci/install.sh
@@ -16,7 +16,12 @@ whoami
16
17
####################################################################################################################################
18
# 2 hostname
19
-echo "$(hostname)\n" > /etc/hostname
+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
25
26
27
# 3 ppa install penguins-eggs
0 commit comments