Skip to content

Commit

Permalink
fix install
Browse files Browse the repository at this point in the history
  • Loading branch information
doroved committed Dec 3, 2024
1 parent 57187c0 commit a53876e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ fi
update_path() {
local rc_file=$1
if ! grep -q "export PATH=.*proxer-cli/bin" "$rc_file"; then
echo "# Proxer" >> "$rc_file"
echo "# Proxer-cli" >> "$rc_file"
echo "export PATH=\$PATH:~/.proxer-cli/bin" >> "$rc_file"
source "$rc_file"
echo "Updated $rc_file"
Expand Down

0 comments on commit a53876e

Please sign in to comment.