This commit is contained in:
qiaofeng1227 2023-07-20 15:40:33 +08:00
parent 05b42f56aa
commit be56fa1910
3 changed files with 7 additions and 23 deletions

View file

@ -1,18 +0,0 @@
name: Main Workflow
on:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Test
run: |
cat README.md && cat version.json

View file

@ -41,7 +41,7 @@ You should have root privileges user to install or upgrade Websoft9, if you use
## Installation ## Installation
``` ```
wget https://websoft9.github.io/websoft9/install/install.sh && bash install.sh online wget https://websoft9.github.io/websoft9/install/install.sh && bash install.sh
``` ```
## Upgrade ## Upgrade

View file

@ -8,7 +8,7 @@ function error_exit {
} }
trap 'error_exit "Please push issue to: https://github.com/Websoft9/stackhub/issues"' ERR trap 'error_exit "Please push issue to: https://github.com/Websoft9/stackhub/issues"' ERR
install_way=$1 install_way="online"
urls=( urls=(
https://ghproxy.com/https://github.com https://ghproxy.com/https://github.com
@ -449,6 +449,8 @@ else
echo "install from artifact" echo "install from artifact"
fi fi
#####ci-section#####
} }
StartAppMng(){ StartAppMng(){