shell/run.sh

21 lines
285 B
Bash

#!/bin/bash
# nonessential packages
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
chmod +x /etc/service/*/run