mirror of
https://github.com/danbee/persephone
synced 2025-03-04 08:39:11 +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
|