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