diff --git a/update-nobuild b/update-nobuild index 768c7bd5..9407fc0d 100755 --- a/update-nobuild +++ b/update-nobuild @@ -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