Skip to content

Commit

Permalink
Update metacallcli path.
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga committed Feb 21, 2024
1 parent c8689a2 commit e9ff2b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ cli() {
echo "fi" >> /usr/local/bin/metacall

# CLI
echo "${cli}/metacallcli \$@" >> /usr/local/bin/metacall
echo "${cli}/bin/metacallcli \$@" >> /usr/local/bin/metacall
chmod 755 /usr/local/bin/metacall
else
# Create folder if it does not exist
Expand Down Expand Up @@ -453,7 +453,7 @@ cli() {
echo "fi" | sudo tee -a /usr/local/bin/metacall > /dev/null

# CLI
echo "${cli}/metacallcli \$@" | sudo tee -a /usr/local/bin/metacall > /dev/null
echo "${cli}/bin/metacallcli \$@" | sudo tee -a /usr/local/bin/metacall > /dev/null
sudo chmod 755 /usr/local/bin/metacall
fi

Expand Down

0 comments on commit e9ff2b0

Please sign in to comment.