Improve phrasing

This commit is contained in:
Augusto Gunsch 2021-11-07 11:44:21 -03:00
parent eb12b33200
commit dd9461df27
No known key found for this signature in database
GPG Key ID: F7EEFE29825C72DC
1 changed files with 1 additions and 1 deletions

View File

@ -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"
}