Compare commits

...

3 commits

Author SHA1 Message Date
RodCSouza a4e6e43508
Merge a268f20c2f into 9d10c25acc 2025-02-10 01:37:43 +08:00
Lawrence Systems 9d10c25acc
pfsense wiregaurd site to site 2024-12-18 09:13:49 -05:00
RodCSouza a268f20c2f
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.
2022-10-09 23:54:39 -03:00
2 changed files with 181 additions and 0 deletions

View file

@ -13,6 +13,9 @@ done
echo "installing extras"
sudo apt update && sudo apt -y install vim-scripts zsh zsh-syntax-highlighting zsh-autosuggestions
# Apply the changes and update the shell with the config files
exec bash
echo "Installed"
echo "use chsh -s /bin/zsh to switch to ZSH shell"

File diff suppressed because one or more lines are too long