diff --git a/Raspberry Pi/first_install.sh b/Raspberry Pi/first_install.sh index 20d6cee..7f25a7b 100644 --- a/Raspberry Pi/first_install.sh +++ b/Raspberry Pi/first_install.sh @@ -1,10 +1,14 @@ apt-get update apt-get upgrade -apt-get install python3 vim-nox tmux nano zsh git autossh mosh sshuttle fail2ban avahi-daemon ufw lynx +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 \ No newline at end of file +pip3 install requests bs4 prospector black isort + + +npm install -g jsonlint +npm install -g fixjson \ No newline at end of file