diff --git a/README.md b/README.md index 07c1b89..d8560c4 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ iso-nfs Create an LXC NFS server and cluster-wide shared ISO storage Large installer artifacts used by this project are stored in the private `TAI/files` package registry. SentinelOne, RMM, Acronis, and ScreenConnect installation require a temporary deployment code from TAPM Deployment Access. -The private Gitea credentials are never stored on or returned to a Proxmox +The private Git credentials are never stored on or returned to a Proxmox host. SentinelOne package versions can be updated through the deployment portal without changing ProxMenu. diff --git a/defaults.inc b/defaults.inc index dd5eda1..3316433 100755 --- a/defaults.inc +++ b/defaults.inc @@ -3,7 +3,7 @@ action="${1:-}" FOLDER='/opt/idssys/ta-proxmenu' -VERS='2026.7.28-5' +VERS='2026.7.28-6' noupdate=' ' diff --git a/inc/runtime-config.inc b/inc/runtime-config.inc index 98b8e1c..b6bc307 100644 --- a/inc/runtime-config.inc +++ b/inc/runtime-config.inc @@ -82,7 +82,7 @@ TAPM_ENSURE_RUNTIME_CONFIG() { printf 'Enter an HTTPS origin without a path.\n' >&3 done while true; do - printf 'Gitea hostname (example: git.example.com): ' >&3 + printf 'Git hostname (example: git.example.com): ' >&3 IFS= read -r gitea_domain <"$input_device" || return 1 TAPM_VALID_GITEA_DOMAIN "$gitea_domain" && break printf 'Enter a hostname without https:// or a path.\n' >&3