From 380b9f8ebf97e77c38ec314d505891f114ade756 Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Thu, 8 Oct 2020 13:13:50 +0200 Subject: [PATCH] Fix formatting --- mybashrc | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/mybashrc b/mybashrc index dff2104..01405f6 100644 --- a/mybashrc +++ b/mybashrc @@ -695,13 +695,13 @@ _DELETE_WO_SITES() { } _GOT_INSTALL() { -cd /tmp || exit 0 -wget https://raw.githubusercontent.com/melbahja/got/master/install.sh -sh install.sh && rm install.sh -f -rm -f /usr/local/bin/got /usr/bin/got -mv bin/got /usr/local/bin/ -chmod +x /usr/local/bin/got -cd || exit 0 + cd /tmp || exit 0 + wget https://raw.githubusercontent.com/melbahja/got/master/install.sh + sh install.sh && rm install.sh -f + rm -f /usr/local/bin/got /usr/bin/got + mv bin/got /usr/local/bin/ + chmod +x /usr/local/bin/got + cd || exit 0 } ##################################