Skip to content

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
BassT23 authored Feb 17, 2024
1 parent 294a638 commit ca9ea52
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 @@ -111,9 +111,9 @@ USAGE () {

IS_INSTALLED () {
if [ -f "/usr/local/sbin/update" ]; then
true
true
else
false
false
fi
}

Expand Down

0 comments on commit ca9ea52

Please sign in to comment.