File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,9 +9,10 @@ echo "Installing dbc CLI version: $VERSION"
99# Note: Version flag (-v) support depends on the official install script
1010# If not supported, the script will install the latest version
1111if [ " $VERSION " = " latest" ]; then
12- curl -fsSL https://dbc.how /install.sh | bash
12+ curl -fsSL https://dbc.columnar.tech /install.sh | bash
1313else
14- curl -fsSL https://dbc.how/install.sh | bash -s -- -v " $VERSION "
14+ export APP_VERSION=" $VERSION "
15+ curl -fsSL https://dbc.columnar.tech/install.sh | bash -s
1516fi
1617
1718# Verify installation
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Write-Host "Installing dbc CLI version: $Version"
88
99try {
1010 # Download the official Windows install script
11- $installScript = (Invoke-WebRequest - Uri " https://dbc.how /install.ps1" - UseBasicParsing).Content
11+ $installScript = (Invoke-WebRequest - Uri " https://dbc.columnar.tech /install.ps1" - UseBasicParsing).Content
1212
1313 # Save to temporary file to avoid Invoke-Expression security risks
1414 $tempScript = Join-Path $env: TEMP " dbc-install-$ ( Get-Random ) .ps1"
You can’t perform that action at this time.
0 commit comments