From 52b0d306d0a1518a2a50e966574542e476303633 Mon Sep 17 00:00:00 2001 From: Darren <27513732@qq.com> Date: Tue, 17 Oct 2023 09:02:20 +0800 Subject: [PATCH] fix --- README.md | 6 +++--- install/README.md | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 0f341742..f360b676 100644 --- a/README.md +++ b/README.md @@ -41,11 +41,11 @@ You should have root privileges user to install or upgrade or uninstall Websoft9 ``` # Install by default -curl https://websoft9.github.io/websoft9/install/install.sh | bash +wget -O install.sh https://websoft9.github.io/websoft9/install/install.sh && bash install.sh -# Install Websoft9 special version by development artifact and install path at /data/websoft9/source ... -wget -O - https://websoft9.github.io/websoft9/install/install.sh | bash /dev/stdin --port 9000 --channel dev --path "/data/websoft9/source" --version "0.8.25" +# Install Websoft9 with parameters +wget -O install.sh https://websoft9.github.io/websoft9/install/install.sh && bash install.sh --port 9000 --channel release --path "/data/websoft9/source" --version "latest" ``` After installation, access it by: **http://Internet IP:9000** and using **Linux user** for login diff --git a/install/README.md b/install/README.md index adc16e72..8e72f17c 100644 --- a/install/README.md +++ b/install/README.md @@ -9,10 +9,10 @@ ``` # install or upgrade Websoft9 -wget -O - https://websoft9.github.io/websoft9/install/install.sh | bash +wget -O install.sh https://websoft9.github.io/websoft9/install/install.sh && bash install.sh # install or upgrade Websoft9 with parameters -wget -O - https://websoft9.github.io/websoft9/install/install.sh | bash /dev/stdin --port 9000 --channel release --path "/data/websoft9/source" --version "latest" +wget -O install.sh https://websoft9.github.io/websoft9/install/install.sh && bash install.sh --port 9000 --channel release --path "/data/websoft9/source" --version "latest" # install or upgrade Cockpit with parameters wget -O - https://websoft9.github.io/websoft9/install/install_cockpit.sh | bash --port 9000