6 lines
94 B
Bash
Executable file
6 lines
94 B
Bash
Executable file
#! /usr/bin/sh
|
|
|
|
cd ~/Downloads/
|
|
python3 -m venv .venv
|
|
. .venv/bin/activate
|
|
pip install yt-dlp
|