Skip to content

Commit

Permalink
Merge pull request #50 from cardosource/patch-1
Browse files Browse the repository at this point in the history
Update install.sh
  • Loading branch information
alvarorichard authored May 28, 2024
2 parents dfc024b + a96c16a commit 3f41f3b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ function install_macos(){
}

function install_others(){
mv main /usr/bin/goanime
ln -sf /usr/bin/goanime /usr/bin/go-anime
mv main /usr/local/bin/goanime
ln -f /usr/local/bin/goanime /usr/local/bin/go-anime
}


Expand All @@ -37,4 +37,4 @@ if [ "$EUID" -eq 0 ]; then
start
else
echo "Este programa deve ser rodado como sudo"
fi
fi

0 comments on commit 3f41f3b

Please sign in to comment.