mirror of
https://github.com/Corsinvest/cv4pve-admin.git
synced 2026-04-25 04:45:59 +03:00
[PR #143] fix: fix installer interactive prompts and improve tag UX #277
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#277
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?
Original Pull Request: https://github.com/Corsinvest/cv4pve-admin/pull/143
State: closed
Merged: Yes
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