![]() |
2012-12-13
, 17:22
|
Posts: 1,523 |
Thanked: 1,997 times |
Joined on Jul 2011
@ not your mom's FOSS basement
|
#2
|
![]() |
2012-12-13
, 18:16
|
Posts: 215 |
Thanked: 348 times |
Joined on May 2011
|
#3
|
sudo apt-get --print-uris --yes install rootsh bootmenu backupmenu | grep ^\' | cut -d\' -f2 >mydownload.txt
![]() |
2012-12-13
, 18:50
|
|
Posts: 889 |
Thanked: 2,087 times |
Joined on Sep 2010
@ Manchester
|
#4
|
The Following User Says Thank You to mrsellout For This Useful Post: | ||
![]() |
2012-12-14
, 05:55
|
Posts: 1,225 |
Thanked: 1,905 times |
Joined on Feb 2011
@ Quezon City, Philippines
|
#5
|
this doesn't work unfortunately because I already have those packages installedCode:sudo apt-get --print-uris --yes install rootsh bootmenu backupmenu | grep ^\' | cut -d\' -f2 >mydownload.txt
what I would then do is:
1. install rootsh with application manager
2. install u-boot and backupmenu with application manager
3. restore my backups with backupmenu
but if I had no internet, I wouldn't be able to do steps 1 & 2... so is there a way to download all the needed packages beforehand so I can restore everything in the future, even if I'm offline?