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