kabelkiste/Raspberry Pi/first_install.sh

14 lines
No EOL
278 B
Bash

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
ufw allow ssh
ufw enable
pip3 install requests bs4 prospector black isort
npm install -g jsonlint
npm install -g fixjson