From 66255857c24c15651a62d7e60de45c2636cf5b9d Mon Sep 17 00:00:00 2001 From: julianacat Date: Sun, 27 Aug 2017 03:00:33 -0500 Subject: [PATCH] Clean check-data stuff --- README.md | 2 +- update-nobuild | 12 +----------- 2 files changed, 2 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index eafc0db0..8ab561a3 100644 --- a/README.md +++ b/README.md @@ -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?** diff --git a/update-nobuild b/update-nobuild index dcf5fc6d..2f7e6353 100755 --- a/update-nobuild +++ b/update-nobuild @@ -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 \ No newline at end of file +make clean \ No newline at end of file