mirror of
https://github.com/coollabsio/coolify-cli.git
synced 2026-06-19 07:35:04 +00:00
Update install.sh
This commit is contained in:
@@ -173,9 +173,6 @@ download_from_github() {
|
||||
local name=$3
|
||||
local install_dir=$4
|
||||
|
||||
# Clean version (remove 'v' prefix if present)
|
||||
local clean_version="${release#v}"
|
||||
|
||||
local filename="${name}_${release#v}_${OS}_${ARCH}.tar.gz"
|
||||
local download_url="https://github.com/${repo}/releases/download/${release}/${filename}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user