We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac9af4b commit 12cc52aCopy full SHA for 12cc52a
Installer/Ubuntu20/ubuntu20-lxde.sh
@@ -73,7 +73,7 @@ EOM
73
74
mkdir -p ubuntu20-fs/var/tmp
75
rm -rf ubuntu20-fs/usr/local/bin/*
76
-
+echo "127.0.0.1 localhost localhost" > $folder/etc/hosts
77
wget -q https://raw.githubusercontent.com/AndronixApp/AndronixOrigin/master/Rootfs/Ubuntu19/.profile -O ubuntu20-fs/root/.profile.1 > /dev/null
78
cat $folder/root/.profile.1 >> $folder/root/.profile && rm -rf $folder/root/.profile.1
79
wget -q https://raw.githubusercontent.com/AndronixApp/AndronixOrigin/master/Rootfs/Ubuntu19/.bash_profile-ub19 -O ubuntu20-fs/root/.bash_profile > /dev/null
0 commit comments