Improve phrasing
This commit is contained in:
parent
eb12b33200
commit
dd9461df27
|
@ -366,7 +366,7 @@ post_install() {
|
||||||
mv post-install.sh /mnt/root
|
mv post-install.sh /mnt/root
|
||||||
chmod +x /mnt/root/post-install.sh
|
chmod +x /mnt/root/post-install.sh
|
||||||
print_phase "Post installation"
|
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"
|
right_chroot /mnt /root/post-install.sh -nu "$PERSONAL_USER"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue