Skip to content

Commit

Permalink
Remove git dependency check from scripts (getumbrel#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukechilds authored Aug 19, 2020
1 parent 7c22de0 commit cc3cd89
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions scripts/start
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ check_dependencies () {
}

# Check system's dependencies
check_dependencies readlink dirname docker docker-compose git
check_dependencies readlink dirname docker docker-compose

# Check karen's dependencies
check_dependencies fswatch
check_dependencies fswatch

# Check OTA update scripts' dependencies
check_dependencies rsync jq curl
Expand Down
2 changes: 1 addition & 1 deletion scripts/update/update
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ check_dependencies () {
done
}

check_dependencies jq curl git rsync
check_dependencies jq curl rsync

UMBREL_ROOT="$(readlink -f $(dirname "${BASH_SOURCE[0]}")/../..)"

Expand Down

0 comments on commit cc3cd89

Please sign in to comment.