From 223c0183a9034fcf2ce64356ab585a0883c6fd23 Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Fri, 6 Jun 2025 14:48:40 +0200 Subject: [PATCH] Create UPDATE.sh --- version/1.3.8/UPDATE.sh | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 version/1.3.8/UPDATE.sh diff --git a/version/1.3.8/UPDATE.sh b/version/1.3.8/UPDATE.sh new file mode 100644 index 00000000..622a9649 --- /dev/null +++ b/version/1.3.8/UPDATE.sh @@ -0,0 +1,12 @@ +#!/bin/bash + +mkdir -p /etc/openpanel/openpanel/features + + +wget --inet4-only -O /etc/openpanel/openpanel/features/default.txt https://raw.githubusercontent.com/stefanpejcic/openpanel-configuration/refs/heads/main/openpanel/features/default.txt +wget --inet4-only -O /etc/openpanel/openadmin/config/features.json https://raw.githubusercontent.com/stefanpejcic/openpanel-configuration/refs/heads/main/openadmin/config/features.json + + +wget --inet4-only -O /etc/openpanel/caddy/templates/domain.conf_with_modsec https://raw.githubusercontent.com/stefanpejcic/openpanel-configuration/refs/heads/main/caddy/templates/domain.conf_with_modsec +wget --inet4-only -O /etc/openpanel/caddy/templates/domain.conf https://raw.githubusercontent.com/stefanpejcic/openpanel-configuration/refs/heads/main/caddy/templates/domain.conf +