mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-21 23:20:23 +00:00
install
This commit is contained in:
parent
05b42f56aa
commit
be56fa1910
3 changed files with 7 additions and 23 deletions
18
.github/workflows/pull_request_ci.yml
vendored
18
.github/workflows/pull_request_ci.yml
vendored
|
@ -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
|
|
@ -41,7 +41,7 @@ You should have root privileges user to install or upgrade Websoft9, if you use
|
|||
## 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
|
||||
|
|
|
@ -8,7 +8,7 @@ function error_exit {
|
|||
}
|
||||
trap 'error_exit "Please push issue to: https://github.com/Websoft9/stackhub/issues"' ERR
|
||||
|
||||
install_way=$1
|
||||
install_way="online"
|
||||
|
||||
urls=(
|
||||
https://ghproxy.com/https://github.com
|
||||
|
@ -449,6 +449,8 @@ else
|
|||
echo "install from artifact"
|
||||
fi
|
||||
|
||||
#####ci-section#####
|
||||
|
||||
}
|
||||
|
||||
StartAppMng(){
|
||||
|
|
Loading…
Reference in a new issue