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