14 lines
No EOL
186 B
Bash
14 lines
No EOL
186 B
Bash
#!/bin/bash
|
|
source /installers/config
|
|
|
|
$APT_GET \
|
|
inetutils-ping \
|
|
nano \
|
|
host \
|
|
curl \
|
|
wget \
|
|
unzip \
|
|
git \
|
|
openssh-client \
|
|
ca-certificates \
|
|
jq |