Docker-Runit/installers/900_utils.sh
2024-05-19 23:28:45 +02:00

11 lines
161 B
Bash
Executable file

#!/bin/bash
set -e
# shellcheck disable=SC1091
source /usr/local/lib/marshall_installer
title "Utils"
install \
inetutils-ping \
nano \
curl \
wget \
unzip