mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
Merge pull request #3407 from CHBMB/mkpkg_media_build
mkpkg_media_build wrong linux_media location.
This commit is contained in:
commit
51adb4d6f6
@ -39,7 +39,7 @@ cd $DVB_MKPKG_FOLDER/
|
||||
# media_tree dl
|
||||
echo "getting sources ..."
|
||||
if [ ! -d linux_media.git ]; then
|
||||
git clone --depth=1 https://github.com/crazycat69/linux_media.git -b latest media_tree
|
||||
git clone --depth=1 https://bitbucket.org/CrazyCat/linux_media.git -b latest media_tree
|
||||
fi
|
||||
|
||||
#get log
|
||||
|
Loading…
x
Reference in New Issue
Block a user