Files
codeanywhere/apt/install.sh

16 lines
230 B
Bash
Raw Normal View History

2017-12-05 13:44:10 +08:00
#!/bin/bash
sudo apt update && sudo apt install -y \
vim \
tree \
2017-12-08 19:49:13 +08:00
httpie \
keepass2 \
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