1
0
Fork 0

Fix formatting

This commit is contained in:
VirtuBox 2020-10-08 13:13:50 +02:00
parent 100937de49
commit 380b9f8ebf
Signed by: virtubox
GPG Key ID: 22EB296C97BAD476
1 changed files with 7 additions and 7 deletions

View File

@ -695,13 +695,13 @@ _DELETE_WO_SITES() {
} }
_GOT_INSTALL() { _GOT_INSTALL() {
cd /tmp || exit 0 cd /tmp || exit 0
wget https://raw.githubusercontent.com/melbahja/got/master/install.sh wget https://raw.githubusercontent.com/melbahja/got/master/install.sh
sh install.sh && rm install.sh -f sh install.sh && rm install.sh -f
rm -f /usr/local/bin/got /usr/bin/got rm -f /usr/local/bin/got /usr/bin/got
mv bin/got /usr/local/bin/ mv bin/got /usr/local/bin/
chmod +x /usr/local/bin/got chmod +x /usr/local/bin/got
cd || exit 0 cd || exit 0
} }
################################## ##################################