Skip to content

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Yan Wei committed Jan 21, 2021
1 parent e13448a commit f5999b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/images/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2186,7 +2186,7 @@ chmod +x /usr/local/bin/kubectl-ko
echo "-------------------------------"
echo ""

echo $PATH | grep '/usr/local/bin'
echo ":$PATH:" | grep -q ":/usr/local/bin:"
if [ $? != 0 ]; then
echo "Tips:Please join the /usr/local/bin to your PATH. Temporarily, we do it for this execution."
export PATH=/usr/local/bin:$PATH
Expand Down

0 comments on commit f5999b3

Please sign in to comment.