added update-data to update script

This commit is contained in:
nullifiedcat 2017-07-05 18:04:20 +03:00
parent ef04124606
commit 6e723b1e2c

View File

@ -4,6 +4,8 @@ git pull origin master
git submodule update --remote --recursive
make clean
./update-data
## Ask user if they would like to update the menu
#read -r -p "Update menu? (Y/n) " key