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 } ##################################