diff --git a/chrootinstall.sh b/chrootinstall.sh index afb33ec..2526477 100644 --- a/chrootinstall.sh +++ b/chrootinstall.sh @@ -35,7 +35,7 @@ EOF # root pw echo 'root:'${PWD} | chpasswd #create user -useradd -m -G wheel jakobu5 +useradd -m -G wheel ${USER} # pw change for users echo ${USER}':'${PWD} | chpasswd