Skip to content

Commit

Permalink
install bug lol;
Browse files Browse the repository at this point in the history
  • Loading branch information
wizsk committed Jul 21, 2022
1 parent 93cbf11 commit 76d3b3f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ if [ "$1" = "-f" ] ; then
echo force
rm -rf "$mPath"
install $2
exit 0
else
[ -e "$mPath" ] && echo "it's already installed" && exit 0
install $1
fi

0 comments on commit 76d3b3f

Please sign in to comment.