From 294ce3a2aef0e458dd6afdfead3664fe8a19f7ff Mon Sep 17 00:00:00 2001 From: sneak Date: Sun, 1 Mar 2020 08:33:38 -0800 Subject: [PATCH] add python3 and pip3 youtube-dl --- run.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/run.sh b/run.sh index b5a6147..4539319 100644 --- a/run.sh +++ b/run.sh @@ -4,12 +4,16 @@ PACKAGES=" weechat irssi + python3 + python3-pip " for PKG in $PACKAGES ; do apt install -y $PKG done +pip3 install --upgrade youtube_dl + cp /etc/passwd /etc/passwd.dist cp /etc/shadow /etc/shadow.dist