From 6d8072a8362f08adf54e1ab729e2f29a22c0c757 Mon Sep 17 00:00:00 2001 From: eichehome Date: Mon, 17 Jan 2022 01:45:54 +0100 Subject: [PATCH] Added user eichehome with default password --- install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install.sh b/install.sh index 1e472ff..9dceeb0 100644 --- a/install.sh +++ b/install.sh @@ -115,3 +115,6 @@ echo "RouteMetric=700" >> /etc/systemd/network/20-wwan.network echo "" >> /etc/systemd/network/20-wwan.network echo "[IPv6AcceptRA]" >> /etc/systemd/network/20-wwan.network echo "RouteMetric=700" >> /etc/systemd/network/20-wwan.network + +useradd -m eichehome +echo eichehome:testen | chpasswd \ No newline at end of file