summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2026-07-03 11:22:56 +0100
committerJoe Carstairs <me@joeac.net>2026-07-03 11:22:56 +0100
commitcd4bafbed3241c6154239d05d8513885fb920025 (patch)
tree012fafea0fb1304a836accea565b122d9292b00f
parent51d7222c84646dae256348736d40cadc94c7f781 (diff)
install.sh: no password for joeac.net user
-rw-r--r--install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.sh b/install.sh
index e0fc7f2..2f211b9 100644
--- a/install.sh
+++ b/install.sh
@@ -39,7 +39,7 @@ fi
if [ -z "$(grep "\bjoeac.net\b" /etc/group)" ]
then
- sudo adduser -h /home/joeac.net joeac.net
+ sudo adduser -D -h /home/joeac.net joeac.net
fi
cd /home/joeac.net