Skip to content

Commit

Permalink
use DEBIAN_FRONTEND=teletype
Browse files Browse the repository at this point in the history
  • Loading branch information
w committed Aug 8, 2023
1 parent 68edc1b commit 657c233
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ship/sbin/init
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ EOF
mv /sbin/init.stock /sbin/init &&

/var/lib/dpkg/info/base-passwd.preinst install &&
dpkg --configure -a &&
DEBIAN_FRONTEND=teletype dpkg --configure -a &&

read -p "Username for your account: " username &&
adduser --gecos "" "$username" &&
Expand Down

0 comments on commit 657c233

Please sign in to comment.