Block a user
Add note tags to footer with Hyperlinks to tag.md file
URL's need to be converted into Hyperlinks
Add Boot to CLI/Boot to GUI Options
Add Change Hostname option
Not working:
if [[ $index -eq 14 ]] && [[ $i == *"TRUE"* ]]; then
echo "Changing Hostname"
echo "Please input new Hostname"
read newhostname && hostnamectl set-hostname…
Add Boot to CLI/Boot to GUI Options