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