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