shell/run.sh

42 lines
545 B
Bash

#!/bin/bash
set -x
# nonessential packages
PACKAGES="
bundler
byobu
ctags
irssi
irssi-scripts
jq
magic-wormhole
pbzip2
pv
python3
python3-dev
python3-pip
ruby-dev
screen
socat
tmux
tor
vim
vim-doc
vim-scripts
weechat
weechat-doc
weechat-scripts
"
apt install -y $PACKAGES
pip3 install --upgrade youtube_dl
cp /etc/passwd /etc/passwd.dist
cp /etc/shadow /etc/shadow.dist
chmod +x /etc/service/*/run
# FIXME cp runsvinit to /sbin and set it as CMD