This commit is contained in:
Matthieu Jolimaitre 2024-11-23 15:55:43 +01:00
commit 30ede8bd8b
5 changed files with 29 additions and 0 deletions

11
run Normal file
View file

@ -0,0 +1,11 @@
#!/usr/bin/bash
set -e
cd "$(dirname "$(realpath "$0")")"
[ -d repo ] || git clone https://github.com/RELIHR/Discord-Status-Changer.git repo
[ -d venv ] || python3 -m venv venv
. ./venv/bin/activate
pip install requests colorama