Skip to content

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiechengqi authored Jun 26, 2024
1 parent 40fc89b commit cc3d41e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions install/bacalhau/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
#

source /etc/profile
# BASEURL="https://raw.githubusercontent.com/Xiechengqi/scripts/master"
BASEURL="https://gitee.com/Xiechengqi/scripts/raw/master"
BASEURL="https://raw.githubusercontent.com/Xiechengqi/scripts/master"
# BASEURL="https://gitee.com/Xiechengqi/scripts/raw/master"
source <(curl -SsL $BASEURL/tool/common.sh)

main() {
Expand Down Expand Up @@ -42,7 +42,6 @@ EXEC "ln -fs ${installPath}/bin/${binaryName} /usr/local/bin/${binaryName}"
cat > ${installPath}/start.sh << EOF
#!/usr/bin/env /bash
export installPath="${installPath}"
export LOG_TYPE="json"
export LOG_LEVEL="debug"
Expand Down

0 comments on commit cc3d41e

Please sign in to comment.