7 lines
178 B
Bash
Executable File
7 lines
178 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
apt update
|
|
apt install -y wget apt-transport-https gnupg2 software-properties-common
|
|
|
|
apt install -y vim apt-transport-https uuid-runtime pwgen curl dirmngr
|