stream-discord-bot/install.sh

12 lines
215 B
Bash
Raw Normal View History

2024-05-25 14:58:06 +00:00
#!/usr/bin/env sh
2024-05-25 16:01:04 +00:00
chmod 755 /app/start.sh
chmod 755 /app/bot.py
2024-05-25 14:58:06 +00:00
python3 -m venv /app/venv
source /app/venv/bin/activate
pip3 install --upgrade pip
pip3 install --upgrade wheel
pip3 install --upgrade 'discord.py'