diff --git a/install.sh b/install.sh index 60e3ace..5783e7b 100644 --- a/install.sh +++ b/install.sh @@ -1,7 +1,8 @@ #!/usr/bin/bash -cd AnonymousGoose || (git clone https://github.com/AnonymusRaccoon/AnonymousGoose && cd AnonymousGoose) || (echo "Error installing." ; exit 1) +cd AnonymousGoose 2>/dev/null || git clone https://github.com/AnonymusRaccoon/AnonymousGoose +cd AnonymousGoose || (echo "Error installing." ; exit 1) virtualenv venv source venv/bin/activate pip3 install pyxhook simpleaudio -./main.py \ No newline at end of file +./main.py & \ No newline at end of file