codeanywhere/apt/install.sh

16 lines
230 B
Bash
Raw Permalink Normal View History

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