11 lines
149 B
Bash
Executable File
11 lines
149 B
Bash
Executable File
#!/bin/bash
|
|
|
|
sudo apt update && sudo apt install -y \
|
|
vim \
|
|
tree \
|
|
httpie \
|
|
keepass2 \
|
|
thunderbird \
|
|
privoxy \
|
|
filezilla
|