1
0
Fork 0

add got setup

This commit is contained in:
VirtuBox 2020-10-03 20:01:14 +02:00
parent b0c5aba3d9
commit 100937de49
Signed by: virtubox
GPG Key ID: 22EB296C97BAD476
1 changed files with 11 additions and 0 deletions

View File

@ -694,6 +694,16 @@ _DELETE_WO_SITES() {
done
}
_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
}
##################################
# ffmpeg
##################################
@ -848,6 +858,7 @@ alias gpg-decrypt=decrypt_gpg
alias gpigz=compress_pigz
alias grep='grep --color=auto'
alias gunpigz=decompress_pigz
alias setup-got=_GOT_INSTALL
alias install-nanorc=_INSTALL_NANORC
alias IPPA=_PPA_INSTALL
alias l='ls -CF'