2017-12-05 05:44:10 +00:00
|
|
|
#!/bin/bash
|
|
|
|
|
|
|
|
sudo apt update && sudo apt install -y \
|
|
|
|
vim \
|
2017-12-12 07:10:01 +00:00
|
|
|
tree \
|
2017-12-08 11:49:13 +00:00
|
|
|
httpie \
|
|
|
|
keepass2 \
|
2017-12-12 07:10:01 +00:00
|
|
|
thunderbird \
|
2018-01-17 02:30:16 +00:00
|
|
|
privoxy \
|
2018-01-30 13:41:38 +00:00
|
|
|
filezilla \
|
|
|
|
git \
|
|
|
|
python-pip \
|
|
|
|
curl \
|
2018-01-31 08:01:38 +00:00
|
|
|
openssh-server \
|
|
|
|
bash-completion
|