diff --git a/install.sh b/install.sh index 7edd68c..cbf3612 100755 --- a/install.sh +++ b/install.sh @@ -366,7 +366,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 running" + echo "From now on, the post installation script will be running" right_chroot /mnt /root/post-install.sh -nu "$PERSONAL_USER" }