From b4346364a9d12586d24c60028d4df0bb2581b015 Mon Sep 17 00:00:00 2001 From: Sebastian Burschel Date: Fri, 20 Mar 2020 08:24:19 +0100 Subject: [PATCH] Added Packages --- Raspberry Pi/first_install.sh | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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