15 lines
208 B
Bash
Executable File
15 lines
208 B
Bash
Executable File
#!/bin/bash
|
|
|
|
sudo apt update && sudo apt install -y \
|
|
vim \
|
|
tree \
|
|
httpie \
|
|
keepass2 \
|
|
thunderbird \
|
|
privoxy \
|
|
filezilla \
|
|
git \
|
|
python-pip \
|
|
curl \
|
|
openssh-server
|