Added Packages
This commit is contained in:
parent
7493864ccd
commit
b4346364a9
1 changed files with 6 additions and 2 deletions
|
|
@ -1,10 +1,14 @@
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get upgrade
|
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 allow ssh
|
||||||
ufw enable
|
ufw enable
|
||||||
|
|
||||||
pip3 install requests bs4
|
pip3 install requests bs4 prospector black isort
|
||||||
|
|
||||||
|
|
||||||
|
npm install -g jsonlint
|
||||||
|
npm install -g fixjson
|
||||||
Loading…
Add table
Reference in a new issue