mirror of
https://github.com/SantaSpeen/Rcon-VK-Bot.git
synced 2025-07-01 07:15:54 +00:00
9 lines
239 B
Bash
9 lines
239 B
Bash
#!/bin/bash
|
|
|
|
git clone https://github.com/SantaSpeen/Rcon-VK-Bot.git
|
|
cd Rcon-VK-Bot || exit
|
|
|
|
pip install -r requirements.txt
|
|
pip install pyinstaller
|
|
pyinstaller --noconfirm --onefile --console --name "Rcon-VK-Bot-LINx64" "./src/main.py"
|