Advertisement
alseambusher

Untitled

Jan 17th, 2015
25,160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.19 KB | None | 0 0
  1. # mount /system in write mode
  2. mount -o remount,rw /system /system
  3. # move youtube-dl to proper place
  4. mv /sdcard/youtube-dl /system/bin
  5. # set proper permission
  6. chmod 0777 /system/bin/youtube-dl
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement