mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-22 07:30:24 +00:00
docs upgrade
This commit is contained in:
parent
cfb9efcd43
commit
7ae372da75
3 changed files with 5 additions and 3 deletions
|
@ -52,6 +52,8 @@ When installation completed, you can access it by: **http://Internet IP:9000** a
|
||||||
curl https://websoft9.github.io/websoft9/install/update.sh | bash
|
curl https://websoft9.github.io/websoft9/install/update.sh | bash
|
||||||
```
|
```
|
||||||
|
|
||||||
|
> If you want to upgrade some plugins but do not have an upgrade portal due to a low version, please use kernel upgrade
|
||||||
|
|
||||||
# Contributing
|
# Contributing
|
||||||
|
|
||||||
Follow the [contributing guidelines](CONTRIBUTING.md) if you want to propose a change in the Websoft9 core. For more information about participating in the community and contributing to the Websoft9 project, see [this page](https://support.websoft9.com/docs/community/contributing).
|
Follow the [contributing guidelines](CONTRIBUTING.md) if you want to propose a change in the Websoft9 core. For more information about participating in the community and contributing to the Websoft9 project, see [this page](https://support.websoft9.com/docs/community/contributing).
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
urls="https://artifact.azureedge.net/release/websoft9"
|
urls="https://w9artifact.blob.core.windows.net/release/websoft9"
|
||||||
|
|
||||||
function get_os_type() {
|
function get_os_type() {
|
||||||
if [ -f /etc/os-release ]; then
|
if [ -f /etc/os-release ]; then
|
||||||
|
|
|
@ -8,7 +8,7 @@ function error_exit {
|
||||||
}
|
}
|
||||||
trap 'error_exit "Please push issue to: https://github.com/Websoft9/websoft9/issues"' ERR
|
trap 'error_exit "Please push issue to: https://github.com/Websoft9/websoft9/issues"' ERR
|
||||||
|
|
||||||
urls="https://artifact.azureedge.net/release/websoft9"
|
urls="https://w9artifact.blob.core.windows.net/release/websoft9"
|
||||||
|
|
||||||
CheckEnv(){
|
CheckEnv(){
|
||||||
echo "------------------ Welcome to update websoft9's appstore, it will take 1-3 minutes -----------------"
|
echo "------------------ Welcome to update websoft9's appstore, it will take 1-3 minutes -----------------"
|
||||||
|
|
Loading…
Reference in a new issue