From a268f20c2ff857cc29e04c8882e987c5728393d9 Mon Sep 17 00:00:00 2001 From: RodCSouza <96396078+RodCSouza@users.noreply.github.com> Date: Sun, 9 Oct 2022 23:54:39 -0300 Subject: [PATCH] Update install.sh - Help for Linux shell new users For who are not familiar with with shell changes, added the "exec bash" to apply and make visible the changes on bash shell. --- install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install.sh b/install.sh index ac87e9a..54c0a5c 100755 --- a/install.sh +++ b/install.sh @@ -18,4 +18,7 @@ else sudo apt update && sudo apt -y install vim-scripts fi +# Apply the changes and update the shell with the config files +exec bash + echo "Installed"