Clean check-data stuff

This commit is contained in:
julianacat 2017-08-27 03:00:33 -05:00
parent 66ea810712
commit 66255857c2
2 changed files with 2 additions and 12 deletions

View File

@ -64,7 +64,7 @@ If you don't use Ubuntu or Arch (or if Arch script gets outdated), here's the li
Cathook installation script:
```bash
git clone --recursive https://github.com/nullifiedcat/cathook && cd cathook && bash build-tf2 && bash check-data /opt/cathook/data
git clone --recursive https://github.com/nullifiedcat/cathook && cd cathook && bash build-tf2
```
**Errors while installing?**

View File

@ -2,14 +2,4 @@
git pull origin master
git submodule update --remote --recursive
make clean
./check-data /opt/cathook/data
## Ask user if they would like to update the menu
#read -r -p "Update menu? (Y/n) " key
## If the user chose yes, then we run the script here
#if [ $key == "y"* ] || [ $key == "Y"* ]; then
# bash update-menu
#fi
make clean