Skip to content

Commit

Permalink
Merge pull request #663 from jingjingxyk/experiment-webui
Browse files Browse the repository at this point in the history
Experiment install-docker  fix bug
  • Loading branch information
jingjingxyk committed Jun 22, 2024
2 parents 21be0c8 + f686f95 commit 04bdfb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions build-release-example.sh
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ if [ "$OS" = 'linux' ] ; then
if [ ! "$BASH_VERSION" ] ; then
echo "Please use bash to run this script ($0) " 1>&2
echo "fix : " 1>&2
echo "apk add bash OR sh sapi/quickstart/linux/alpine-init-mini.sh " 1>&2
echo "apk add bash OR sh sapi/quickstart/linux/alpine-init-minimal.sh " 1>&2
exit 1
fi
fi
Expand Down Expand Up @@ -220,7 +220,6 @@ fi

# 定制构建选项
OPTIONS="${OPTIONS} +apcu +ds +xlswriter +ssh2 +uuid "
OPTIONS="${OPTIONS} --with-libavif=1"
OPTIONS="${OPTIONS} --with-global-prefix=${LIBRARY_INSTALL_PREFIX}"
# OPTIONS="${OPTIONS} @macos"

Expand Down
2 changes: 1 addition & 1 deletion sapi/quickstart/linux/install-docker.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

set -exu
set -ex
__DIR__=$(
cd "$(dirname "$0")"
pwd
Expand Down

0 comments on commit 04bdfb2

Please sign in to comment.