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.
This commit is contained in:
RodCSouza 2022-10-09 23:54:39 -03:00 committed by GitHub
parent 7f48adca67
commit a268f20c2f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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