From 747612a387e9d98517120887c2fcdd8cd9e67adb Mon Sep 17 00:00:00 2001 From: nullifiedcat Date: Tue, 4 Jul 2017 20:29:19 +0300 Subject: [PATCH] update-nobuild script --- simple-ipc | 2 +- update | 16 ++-------------- update-nobuild | 13 +++++++++++++ 3 files changed, 16 insertions(+), 15 deletions(-) create mode 100755 update-nobuild diff --git a/simple-ipc b/simple-ipc index e532876f..94a287d6 160000 --- a/simple-ipc +++ b/simple-ipc @@ -1 +1 @@ -Subproject commit e532876ffd707a48389d54ff904dcc40a84f2839 +Subproject commit 94a287d6faa00d44e1084b04e602842849858443 diff --git a/update b/update index e8b2243d..fa8be8c2 100755 --- a/update +++ b/update @@ -1,14 +1,2 @@ -#!/usr/bin/env bash - -git pull origin master -git submodule update --remote --recursive -make clean -make -j4 - - -## 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 +bash ./update-nobuild +./build-tf2 \ No newline at end of file diff --git a/update-nobuild b/update-nobuild new file mode 100755 index 00000000..768c7bd5 --- /dev/null +++ b/update-nobuild @@ -0,0 +1,13 @@ +#!/usr/bin/env bash + +git pull origin master +git submodule update --remote --recursive +make clean + + +## 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