Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -774,7 +774,7 @@ configure_cloudstack_repo() {
if [[ -z "$repo_entry" ]]; then
# Set default repo_entry based on OS
local default_repo_url="https://download.cloudstack.org"
local default_cs_version="4.21"
local default_cs_version="4.22"
# Build default repo_entry depending on distro
case "$OS_TYPE" in
ubuntu|debian)
Expand All @@ -797,7 +797,7 @@ configure_cloudstack_repo() {
width=60
prompt_text="Enter the CloudStack repository url:"
if [[ "$OS_TYPE" =~ ^(ubuntu|debian)$ ]]; then
prompt_text="Enter the CloudStack repository url.\n\nSupported formats:\n• Ubuntu-style (deb ... ubuntu codename version)\n• Flat layout (deb ... /)\nExample: deb [signed-by=...] http://packages.shapeblue.com/cloudstack/upstream/debian/4.21/ /"
prompt_text="Enter the CloudStack repository url.\n\nSupported formats:\n• Ubuntu-style (deb ... ubuntu codename version)\n• Flat layout (deb ... /)\nExample: deb [signed-by=...] http://packages.shapeblue.com/cloudstack/upstream/debian/4.22/ /"
width=90
fi
height=$(( $(echo -e "$prompt_text" | wc -l) + 8 ))
Expand Down