diff --git a/install.sh b/install.sh index 9d9d13c..4f1c250 100755 --- a/install.sh +++ b/install.sh @@ -357,7 +357,7 @@ post_install() { mv post-install.sh /mnt/root chmod +x /mnt/root/post-install.sh print_phase "Post installation" - echo "From now on, other script will be run" + echo "From now on, other script will be running" right_chroot /mnt /root/post-install.sh -nu "$PERSONAL_USER" }