From f17b8ca24e5fa19bc5760a02ed491615daf51eb5 Mon Sep 17 00:00:00 2001 From: chiu Date: Sat, 2 Sep 2023 06:38:22 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=BE=A9script=E8=AA=AA=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index da5ff6a..2a96ec2 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,9 @@ $ exit; exit # 第一次 exit 退回 root 帳號,第二次 exit 退回剛登 ```sh $ wget http://gitlab.tp.rulingcom.com/erictyl/install_r45_on_ubuntu_1804lts_doc/-/raw/master/install_orbit_environment.sh -O install_orbit_environment.sh -$ source install_orbit_environment.sh #請使用要執行網站的user(須為具有sudo權限之帳號)來執行,執行後會需要輸入user密碼 +$ chmod +x install_orbit_environment.sh +$ bash install_orbit_environment.sh #請使用要執行網站的user(須為具有sudo權限之帳號)來執行,執行後會需要輸入user密碼 +$ source "/etc/profile.d/rvm.sh" ## 以下其他內容均不需執行,可直接進行架站或移機 ```