mirror of
https://github.com/danbee/persephone
synced 2026-06-20 22:12:21 +00:00
5 lines
94 B
Bash
Executable File
5 lines
94 B
Bash
Executable File
#!/bin/sh
|
|
|
|
git submodule update --init
|
|
git apply --directory=libmpdclient/ libmpdclient.patch
|