ctf-tools/youtube-dl/install
2018-01-27 23:48:01 -07:00

6 lines
111 B
Bash
Executable file

#!/bin/bash -ex
wget https://yt-dl.org/latest/youtube-dl
chmod 755 youtube-dl
mkdir -p bin
mv youtube-dl bin