diff options
author | antrik <antrik@users.sf.net> | 2011-07-06 08:53:49 +0200 |
---|---|---|
committer | antrik <antrik@users.sf.net> | 2011-07-09 12:50:21 +0200 |
commit | ff99222cc9af6b4f52e5af909f9b3bd8b598d7c2 (patch) | |
tree | 050fb27fae561651b633df76241d81305fc126b0 /hurd | |
parent | b4495b7195d2d794b89c6150194a09eea32fc559 (diff) |
dde/guide: Merge install command for git-core with other packages
Diffstat (limited to 'hurd')
-rw-r--r-- | hurd/dde/guide.mdwn | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/hurd/dde/guide.mdwn b/hurd/dde/guide.mdwn index 74962222..d6dffb85 100644 --- a/hurd/dde/guide.mdwn +++ b/hurd/dde/guide.mdwn @@ -45,11 +45,9 @@ Start by booting into Debian GNU/Linux for some preparations: > $ apt-get -c etc/apt/apt.conf.offline update -> $ apt-get -c etc/apt/apt.conf.offline install git-core - > $ apt-get -c etc/apt/apt.conf.offline build-dep hurd gnumach -> $ apt-get -c etc/apt/apt.conf.offline install build-essential libpciaccess-dev libpcap0.8-dev +> $ apt-get -c etc/apt/apt.conf.offline install git-core build-essential libpciaccess-dev libpcap0.8-dev > $ cd /mnt/home @@ -78,11 +76,9 @@ so we can boot into Hurd to do the actual work: (again as root) -> $ apt-get install git-core - > $ apt-get build-dep hurd gnumach -> $ apt-get install build-essential libpciaccess-dev libpcap0.8-dev +> $ apt-get install git-core build-essential libpciaccess-dev libpcap0.8-dev (this part can be done as normal user) |