Changeset 45527 for titan/mediathek


Ignore:
Timestamp:
04/06/21 09:47:50 (3 years ago)
Author:
obi
Message:

fix mediathek youtube-dl install

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/mediathek/localhoster/hoster.sh

    r45510 r45527  
    865865                if [ -e /etc/.oebuild ];then
    866866                        if [ ! -e /usr/bin/youtube-dl ];then
    867                                 opkg update
    868                                 echo install python-youtube-dl
    869                                 opkg install python-youtube-dl
     867                                opkg update > /dev/null 2>&1
     868                                echo install python-youtube-dl > /dev/null 2>&1
     869                                opkg install python-youtube-dl > /dev/null 2>&1
    870870                        fi
    871871#                       echo remove cookies
    872                         rm /mnt/network/cookies
     872                        rm /mnt/network/cookies > /dev/null 2>&1
    873873                        unset PYTHONHOME
    874874                        unset LD_LIBRARY_PATH
     
    894894        if [ -e /etc/.oebuild ];then
    895895                if [ ! -e /usr/bin/youtube-dl ];then
    896                         opkg update
    897                         echo install python-youtube-dl
    898                         opkg install python-youtube-dl
     896                        opkg update > /dev/null 2>&1
     897                        echo install python-youtube-dl > /dev/null 2>&1
     898                        opkg install python-youtube-dl > /dev/null 2>&1
    899899                fi
    900                 echo remove cookies
    901                 rm /mnt/network/cookies
     900#               echo remove cookies
     901                rm /mnt/network/cookies > /dev/null 2>&1
    902902                unset PYTHONHOME
    903903                unset LD_LIBRARY_PATH
Note: See TracChangeset for help on using the changeset viewer.