mirror of
https://github.com/LizardByte/Sunshine.git
synced 2026-08-07 10:20:46 +00:00
build(Archlinux): Shallow clone dependent submodules (#5206)
This commit is contained in:
@@ -116,7 +116,7 @@ fi
|
||||
|
||||
prepare() {
|
||||
cd "$pkgname"
|
||||
git submodule update --recursive --init
|
||||
git submodule update --recursive --init --depth 1
|
||||
}
|
||||
|
||||
build() {
|
||||
|
||||
Reference in New Issue
Block a user