kabelkiste/Raspberry Pi/first_install.sh
2023-01-07 22:16:55 +01:00

23 lines
642 B
Bash

# Add non-free repository:
wget -qO - https://ftp-master.debian.org/keys/archive-key-10.asc | sudo apt-key add -
echo deb http://deb.debian.org/debian bullseye main contrib non-free | sudo tee -a /etc/apt/sources.list
apt-get update
apt-get upgrade
apt-get install python3 vim-nox tmux nano zsh git autossh mosh sshuttle fail2ban avahi-daemon ufw lynx npm apticron tidy nmon python3-pip printer-driver-gutenprint htop ncdu python3-venv unrar par2 ack
ufw allow ssh
ufw enable
pip3 install requests bs4 prospector black isort
npm install -g jsonlint
npm install -g fixjson
# cups remote administration:
# sudo cupsctl --remote-admin