mirror of
https://github.com/zoriya/AnonymousGoose.git
synced 2026-05-29 20:44:55 +00:00
Updating the install.sh
This commit is contained in:
+3
-2
@@ -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
|
||||
./main.py &
|
||||
Reference in New Issue
Block a user