5 lines
73 B
Bash
5 lines
73 B
Bash
#!/bin/bash
|
|
|
|
apt install python3-venv screen ffmpeg
|
|
python3 -m venv .env
|