capital
This commit is contained in:
parent
c37c1aae36
commit
4dcb1a6aa9
|
@ -6018,7 +6018,7 @@ function install_owncloud_music_app {
|
||||||
|
|
||||||
cd /usr/share/owncloud/apps
|
cd /usr/share/owncloud/apps
|
||||||
git clone $OWNCLOUD_MUSIC_APP_REPO Music
|
git clone $OWNCLOUD_MUSIC_APP_REPO Music
|
||||||
cd music
|
cd /usr/share/owncloud/apps/Music
|
||||||
git checkout $OWNCLOUD_MUSIC_APP_COMMIT -b $OWNCLOUD_MUSIC_APP_COMMIT
|
git checkout $OWNCLOUD_MUSIC_APP_COMMIT -b $OWNCLOUD_MUSIC_APP_COMMIT
|
||||||
if ! grep -q "Owncloud music app commit" $COMPLETION_FILE; then
|
if ! grep -q "Owncloud music app commit" $COMPLETION_FILE; then
|
||||||
echo "Owncloud music app commit:$OWNCLOUD_MUSIC_APP_COMMIT" >> $COMPLETION_FILE
|
echo "Owncloud music app commit:$OWNCLOUD_MUSIC_APP_COMMIT" >> $COMPLETION_FILE
|
||||||
|
|
Loading…
Reference in New Issue