From dd9461df27ac1e80b8065f04caf9e0ff3c40fcfc Mon Sep 17 00:00:00 2001 From: Augusto Gunsch Date: Sun, 7 Nov 2021 11:44:21 -0300 Subject: [PATCH] Improve phrasing --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }