From db11af98bc0755f82119dcca3b0f1d2bc09011a2 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Mon, 10 Mar 2025 16:47:48 +0100 Subject: [PATCH] Naming --- install/npm-plus-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/npm-plus-install.sh b/install/npm-plus-install.sh index 9775b84..dbe0634 100644 --- a/install/npm-plus-install.sh +++ b/install/npm-plus-install.sh @@ -41,10 +41,10 @@ curl -sSL https://github.com/docker/compose/releases/download/$DOCKER_COMPOSE_LA chmod +x $DOCKER_CONFIG/cli-plugins/docker-compose msg_ok "Installed Docker & Compose" -msg_info "Get NginxProxyManager Plus" +msg_info "Get NPM Plus" cd /opt wget -q https://raw.githubusercontent.com/ZoeyVid/NPMplus/refs/heads/develop/compose.yaml -msg_ok "Get NginxProxyManager Plus" +msg_ok "Get NPM Plus" read -r -p "Enter your TZ Identifier for your Country (https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List): " TZ_INPUT read -r -p "Enter your ACME Email: " ACME_EMAIL_INPUT