From f95caf2ee404a92465cf3c85fa641d68f58294b3 Mon Sep 17 00:00:00 2001 From: marxzuckerburg Date: Sun, 4 Oct 2020 20:43:06 +0100 Subject: [PATCH] fixes??? --- bin/comrad-app | 2 +- script/install | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/comrad-app b/bin/comrad-app index 8df6eca..c4e6206 100755 --- a/bin/comrad-app +++ b/bin/comrad-app @@ -40,5 +40,5 @@ then pushd $path_repo && git pull fi -python -m pip install -r $path_repo/requirements.txt +python -m pip install -r $path_repo/requirements.txt -q python $path_repo/comrad/app/main.py \ No newline at end of file diff --git a/script/install b/script/install index 2680453..ebf4c5c 100644 --- a/script/install +++ b/script/install @@ -313,7 +313,7 @@ if [ "$machine" = "Mac" ] then echo "Installing Mac native GUI bridge" python -m pip install git+https://github.com/kivy/pyobjus -else +fi #######################################