View Single Post
Posts: 223 | Thanked: 67 times | Joined on Jun 2006
#2474
Originally Posted by xur17 View Post
I think the last line in step 3 should read:

bunzip2 -c /home/user/MyDocs/NITDroid-N900-0.0.5-3-BIG.tbz2 | tar xvf -
"bzcat" is equivalent to "bunzip2 -c" or "bzip2 -d -c" on my install. See "bzip2 --help".

It just saves a little typing.