From 6e723b1e2cefa7cc52d1cc80c9ac76d28ef31dea Mon Sep 17 00:00:00 2001 From: nullifiedcat Date: Wed, 5 Jul 2017 18:04:20 +0300 Subject: [PATCH] added update-data to update script --- update-nobuild | 2 ++ 1 file changed, 2 insertions(+) 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