Change name to whatprovides

This commit is contained in:
Krishna Kanhaiya 2020-11-18 16:19:49 +05:30 committed by GitHub
parent 46e0d5d038
commit 978f89c552
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 4 deletions

View File

@ -1,6 +1,7 @@
#!/bin/bash
mkdir -p $PREFIX/opt/termux-provides
cp -r db $PREFIX/opt/termux-provides
cp termux-provides $PREFIX/bin
NAME="whatprovides"
mkdir -p $PREFIX/opt/${NAME}
cp -r db $PREFIX/opt/${NAME}
cp ${NAME} $PREFIX/bin
echo "Installation finished. execute termux-provides -h for help"
echo "Installation finished. execute $NAME -h for help"