Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # mount /system in write mode
- mount -o remount,rw /system /system
- # move youtube-dl to proper place
- mv /sdcard/youtube-dl /system/bin
- # set proper permission
- chmod 0777 /system/bin/youtube-dl
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement