1
1
mirror of https://github.com/danbee/persephone synced 2026-06-20 22:12:21 +00:00
persephone/bin/setup

11 lines
124 B
Bash
Executable File

#!/bin/sh
git submodule update --init
carthage update
cd libmpdclient && \
meson . output && \
ninja -C output
cd ..