Skip to content

Commit

Permalink
Merge pull request #262 from stavros-k/v6-variant
Browse files Browse the repository at this point in the history
add v6 variant
  • Loading branch information
ronivay authored Oct 10, 2024
2 parents ed25995 + 30fbc73 commit f2a3edc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions xo-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ SELFUPGRADE=${SELFUPGRADE:-"true"}
PORT=${PORT:-80}
INSTALLDIR=${INSTALLDIR:-"/opt/xo"}
BRANCH=${BRANCH:-"master"}
INCLUDE_V6=${INCLUDE_V6:-"true"}
LOGPATH=${LOGPATH:-$(dirname "$(realpath "$0")")/logs}
AUTOUPDATE=${AUTOUPDATE:-"true"}
PRESERVE=${PRESERVE:-"3"}
Expand Down Expand Up @@ -701,6 +702,7 @@ function InstallXO {
echo
printprog "Running installation"
runcmd "cd $INSTALLDIR/xo-builds/xen-orchestra-$TIME && yarn --network-timeout ${YARN_NETWORK_TIMEOUT} && yarn --network-timeout ${YARN_NETWORK_TIMEOUT} build"
[ "$INCLUDE_V6" == "true" ] && runcmd "cd $INSTALLDIR/xo-builds/xen-orchestra-$TIME && yarn --network-timeout ${YARN_NETWORK_TIMEOUT} run turbo run build --filter @xen-orchestra/web"
printok "Running installation"

# Install plugins (takes care of 3rd party plugins as well)
Expand Down

0 comments on commit f2a3edc

Please sign in to comment.