7 lines
178 B
Bash
7 lines
178 B
Bash
|
#!/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
|