Thread
:
Backing-up installed apps - how?
View Single Post
ziggamon
2006-02-08 , 23:31
Posts: 60 | Thanked: 0 times | Joined on Nov 2005
#
11
After doing two reflashes in a day, I finally hacked up this line of code:
(in /media/mmc1)
Code:
for i in `ls *.deb`; do app-installer-tool install $i; done;
That basically installs all deb files on the memory card.
Oh, and do keep a copy of all those debs on your PC ;-)
Takes a couple of minutes, but completely by itself, and works great!
Quote & Reply
|
ziggamon
View Public Profile
Send a private message to ziggamon
Find all posts by ziggamon