From 2bca3d564697138a59afbd16a9ea7f8de81ef433 Mon Sep 17 00:00:00 2001 From: tschettervictor <85497460+tschettervictor@users.noreply.github.com> Date: Fri, 18 Oct 2024 11:20:40 -0600 Subject: [PATCH] Update heimdall-install.sh - fix format --- heimdall/heimdall-install.sh | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/heimdall/heimdall-install.sh b/heimdall/heimdall-install.sh index 2496242..f9c52a3 100644 --- a/heimdall/heimdall-install.sh +++ b/heimdall/heimdall-install.sh @@ -12,7 +12,23 @@ if ! [ $(id -u) = 0 ]; then fi # Install Packages -pkg install -y caddy php${PHP_VERSION} php${PHP_VERSION}-mbstring php${PHP_VERSION}-zip php${PHP_VERSION}-tokenizer php${PHP_VERSION}-pdo php${PHP_VERSION}-pdo_sqlite php${PHP_VERSION}-filter php${PHP_VERSION}-xml php${PHP_VERSION}-ctype php${PHP_VERSION}-dom php${PHP_VERSION}-fileinfo sqlite3 php${PHP_VERSION}-session go git +pkg install -y \ +caddy \ +git-lite \ +go \ +php${PHP_VERSION} \ +php${PHP_VERSION}-ctype \ +php${PHP_VERSION}-dom \ +php${PHP_VERSION}-fileinfo \ +php${PHP_VERSION}-filter \ +php${PHP_VERSION}-mbstring \ +php${PHP_VERSION}-pdo \ +php${PHP_VERSION}-pdo_sqlite \ +php${PHP_VERSION}-session \ +php${PHP_VERSION}-tokenizer \ +php${PHP_VERSION}-xml \ +php${PHP_VERSION}-zip \ +sqlite3 # Create Directories mkdir -p /usr/local/www