diff --git a/setup_cockpit.sh b/setup_cockpit.sh index 5fbe006..3dc95c7 100755 --- a/setup_cockpit.sh +++ b/setup_cockpit.sh @@ -100,18 +100,18 @@ git config --global alias.br "branch" # Add MIME type for reading .md files in Firefox (need to add extension too) # ############################################################################## -echo "Adding MIME type for .md files in Firefox" +echo "Adding MIME type for .md files in Firefox..." echo "${ORANGE}Remember to install the Firefox extension for it to work${NC}" if [ -e ~/.local/share/mime/packages/text-markdown.xml ]; then echo " - - - - - - - " > ~/.local/share/mime/packages/text-markdown.xml + + + + + + +" > ~/.local/share/mime/packages/text-markdown.xml fi /bin/bash ~/SetupCockpit/separator.sh