From 170146321e876c2b3ff7fee157e9fa153e43e42d Mon Sep 17 00:00:00 2001 From: Tommaso Chiti Date: Mon, 1 Feb 2021 08:46:53 +0100 Subject: [PATCH] Adding a echo. --- easy-arch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/easy-arch.sh b/easy-arch.sh index 5ca9810..ae06d0e 100644 --- a/easy-arch.sh +++ b/easy-arch.sh @@ -158,7 +158,7 @@ arch-chroot /mnt /bin/bash -xe <<"EOF" EOF # Setting root password. -print "Setting root password." +echo "Setting root password." arch-chroot /mnt /bin/passwd # Enabling auto-trimming.