Fix deploy script is not interactive (#8668)
The 1-click install did not ask questions anymore, let's try removing the S flag
This commit is contained in:
@ -6,7 +6,7 @@ target_version="0.32.4"
|
|||||||
|
|
||||||
# We moved the install script to a different location in v0.32.4
|
# We moved the install script to a different location in v0.32.4
|
||||||
if [[ -n "$BRANCH" ]] || [[ "$(printf '%s\n' "$target_version" "$version_num" | sort -V | head -n1)" != "$version_num" ]]; then
|
if [[ -n "$BRANCH" ]] || [[ "$(printf '%s\n' "$target_version" "$version_num" | sort -V | head -n1)" != "$version_num" ]]; then
|
||||||
curl -sL "https://raw.githubusercontent.com/twentyhq/twenty/$pull_branch/packages/twenty-docker/scripts/install.sh" | bash -s -- "$VERSION" "$BRANCH"
|
curl -sL "https://raw.githubusercontent.com/twentyhq/twenty/$pull_branch/packages/twenty-docker/scripts/install.sh" | bash -- "$VERSION" "$BRANCH"
|
||||||
else
|
else
|
||||||
curl -sL "https://raw.githubusercontent.com/twentyhq/twenty/$pull_branch/install.sh" | bash -s -- "$VERSION" "$BRANCH"
|
curl -sL "https://raw.githubusercontent.com/twentyhq/twenty/$pull_branch/install.sh" | bash -- "$VERSION" "$BRANCH"
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user