mirror of
https://github.com/zardus/ctf-tools
synced 2024-12-13 14:32:34 +00:00
7 lines
111 B
Text
7 lines
111 B
Text
|
#!/bin/bash -ex
|
||
|
|
||
|
wget https://yt-dl.org/latest/youtube-dl
|
||
|
chmod 755 youtube-dl
|
||
|
mkdir -p bin
|
||
|
mv youtube-dl bin
|