Clean check-data stuff
This commit is contained in:
parent
66ea810712
commit
66255857c2
@ -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?**
|
||||
|
@ -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
|
Reference in New Issue
Block a user