Răsfoiți Sursa

Merge pull request #2712 from porter-dev/rudimk/cli-installer-path-warning

Porter CLI installation <> $PATH
Mohammed Nafees 3 ani în urmă
părinte
comite
7facf1e135
1 a modificat fișierele cu 2 adăugiri și 1 ștergeri
  1. 2 1
      services/cli_install_script_container/install.sh

+ 2 - 1
services/cli_install_script_container/install.sh

@@ -11,8 +11,9 @@ check_prereqs() {
 
 
 download_and_install() {
 download_and_install() {
     check_prereqs
     check_prereqs
-
+    
     echo "[INFO] Since the Porter CLI gets installed in /usr/local/bin, you may be asked to input your password."
     echo "[INFO] Since the Porter CLI gets installed in /usr/local/bin, you may be asked to input your password."
+    echo "[INFO] Please make sure /usr/local/bin is included in your PATH."
 
 
     curl -L https://github.com/porter-dev/porter/releases/download/{{ .TagName }}/porter_{{ .TagName }}_${osname}_x86_64.zip --output porter.zip
     curl -L https://github.com/porter-dev/porter/releases/download/{{ .TagName }}/porter_{{ .TagName }}_${osname}_x86_64.zip --output porter.zip
     unzip -a porter.zip
     unzip -a porter.zip