From 2ebc70d992f37da9a97fd41933a9102a631a081a Mon Sep 17 00:00:00 2001
From: Anonymus Raccoon
Date: Sun, 26 Apr 2020 11:47:30 +0200
Subject: [PATCH] Updating the install.sh
---
install.sh | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
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