From 558e2d5cd8b289166f72054ae022419b0e54d9a2 Mon Sep 17 00:00:00 2001 From: "flyingscorpio@pinebook-pro" Date: Wed, 4 Mar 2020 09:26:32 +0100 Subject: [PATCH] Change indentation for MIME --- setup_cockpit.sh | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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