From 7e7878f5c9c510a33adab12b55f12b235cbf6b07 Mon Sep 17 00:00:00 2001 From: Anyon3 Date: Mon, 11 Jul 2016 14:52:57 +0800 Subject: [PATCH] Create blackmate.sh --- blackmate.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/blackmate.sh b/blackmate.sh index d079e08..42ab87b 100644 --- a/blackmate.sh +++ b/blackmate.sh @@ -19,14 +19,14 @@ fi #Check if blackmate is running for this first time if [[ ! -f /usr/share/applications/BlackArch-Misc.directory ]]; then - echo "[*] Create the entry Misc"; + echo "[*] Create the entry Misc"; - #Clean any previous ba-*.desktop - rm /usr/share/applications/ba-*.desktop 2> /dev/null || true + #Clean any previous ba-*.desktop + rm /usr/share/applications/ba-*.desktop 2> /dev/null || true - #Delete the entry Website and add the entry Misc - rm /usr/share/desktop-directories/BlackArch-Websites.directory 2> /dev/null || true - cp /usr/share/blackmate/BlackArch-Misc.directory /usr/share/applications + #Delete the entry Website and add the entry Misc + rm /usr/share/desktop-directories/BlackArch-Websites.directory 2> /dev/null || true + cp /usr/share/blackmate/BlackArch-Misc.directory /usr/share/applications fi #Download and generate the latest tools list