mirror of
https://github.com/Ed94/VEFontCache-Odin.git
synced 2025-08-04 22:22:43 -07:00
Update misc.sh
This commit is contained in:
@@ -77,6 +77,10 @@ update_git_repo() {
|
||||
return
|
||||
fi
|
||||
|
||||
if [ ! -d "$path/.git" ]; then
|
||||
return # Assume the user doesn't want to use git grab packages automatically.
|
||||
fi
|
||||
|
||||
git -C "$path" fetch
|
||||
local latest_commit_hash=$(git -C "$path" rev-parse '@{u}')
|
||||
local last_built_hash=""
|
||||
|
Reference in New Issue
Block a user