mirror of
https://github.com/Corsinvest/cv4pve-admin.git
synced 2026-04-25 21:05:54 +03:00
[PR #143] [MERGED] fix: fix installer interactive prompts and improve tag UX #136
Labels
No labels
bug
bug
enhancement
feedback
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cv4pve-admin#136
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Corsinvest/cv4pve-admin/pull/143
Author: @franklupo
Created: 2/16/2026
Status: ✅ Merged
Merged: 2/16/2026
Merged by: @franklupo
Base:
main← Head:fix/installer-issues📝 Commits (1)
d8cc887fix: fix installer interactive prompts and improve tag UX📊 Changes
6 files changed (+66 additions, -15 deletions)
View changed files
➕
.gitattributes(+19 -0)📝
docs/user/docs/getting-started.md(+1 -1)📝
install.ps1(+17 -0)📝
install.sh(+18 -3)📝
src/docker/.env(+2 -2)📝
src/docker/README.md(+9 -9)📄 Description
Summary
install.sh: fixreadcommands with</dev/ttyso interactive prompts work when script is piped viacurl | bash(root cause of #142)install.sh+install.ps1: show available Docker Hub tags (based on edition CE/EE) before asking for version, with link to full tag listinstall.sh,adminctl,.env: convert CRLF → LF (files were broken on Linux/macOS).gitattributes: enforce LF for shell scripts and.env, CRLF for.ps1src/docker/README.md: correct tag format examples (2.0.0-rc1instead ofrc2)src/docker/.env: improve tag comment with link to Docker Hub tagsdocs/getting-started.md: update tag format examplesFixes #142
Test plan
curl -fsSL .../install.sh | bashon Linux/macOS — verify interactive prompts appear correctlyirm .../install.ps1 | iexon Windows — verify tags are fetched and showncorsinvest/cv4pve-admintags, EE showscorsinvest/cv4pve-admin-eetags🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.