mirror of
https://github.com/oDinZu/callirhoe.git
synced 2025-02-22 00:04:52 -05:00
Changed the parameters of git clonning for PKGBUILD as suggested by geotz
This commit is contained in:
parent
dc58ee8c8c
commit
305b48342d
@ -29,7 +29,7 @@ prepare() {
|
|||||||
cd $_gitname && git pull origin
|
cd $_gitname && git pull origin
|
||||||
msg "The local files are updated."
|
msg "The local files are updated."
|
||||||
else
|
else
|
||||||
git clone --depth=1 $_gitroot $_gitname
|
git clone -b master --single-branch $_gitroot $_gitname
|
||||||
fi
|
fi
|
||||||
msg "Git checkout done."
|
msg "Git checkout done."
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user