8 lines
108 B
Bash
Executable File
8 lines
108 B
Bash
Executable File
#!/bin/bash
|
|
|
|
sudo apt update && sudo apt install -y \
|
|
vim \
|
|
httpie \
|
|
keepass2 \
|
|
thunderbird
|