summaryrefslogtreecommitdiffstats
path: root/install.sh
diff options
context:
space:
mode:
authorKyle K <kylek389@gmail.com>2020-04-28 13:04:56 -0500
committerKyle K <kylek389@gmail.com>2020-04-28 13:04:56 -0500
commit161bfa8ebbdae89ab846a0d43915dedb8fde375b (patch)
tree31878afdfcd70bdb4731a1173f1dec2fc0a56df9 /install.sh
parent769783817149f2404c6a24206d3c4bd68289cd9f (diff)
downloadgentoox-161bfa8ebbdae89ab846a0d43915dedb8fde375b.tar.gz
gentoox-161bfa8ebbdae89ab846a0d43915dedb8fde375b.tar.bz2
gentoox-161bfa8ebbdae89ab846a0d43915dedb8fde375b.zip
prep for initial release
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/install.sh b/install.sh
index 4f8d738..f6a0841 100755
--- a/install.sh
+++ b/install.sh
@@ -166,6 +166,7 @@ sed -i -r "s/^NTHREADS=\"([^\"]*)\"$/NTHREADS=\"\$NCORES\"/g" /etc/portage/make.
sed -i "s/gentoox/$hostname/g" /etc/conf.d/hostname
sed -i "s/gentoox/$hostname/g" /etc/hosts
+sed -i "s/haxx.dafuq/$domainname/g" /etc/hosts
sed -i "s/haxx.dafuq/$domainname/g" /etc/conf.d/net
yes $rootpassword | passwd root
if [[ $username != "gentoox" ]]; then