From cea83aaf45a041bacd30a478088421d324d65b12 Mon Sep 17 00:00:00 2001 From: Jeremy MANSON Date: Fri, 20 Oct 2017 14:30:04 +0200 Subject: [PATCH] =?UTF-8?q?Mettre=20=C3=A0=20jour=20'portageinstall.sh'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- portageinstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portageinstall.sh b/portageinstall.sh index d2b534d..effd57a 100644 --- a/portageinstall.sh +++ b/portageinstall.sh @@ -3,4 +3,4 @@ tar xjpf $CHROOT/$SNAPSHOT -C $CHROOT/usr chroot $CHROOT /bin/bash -c "emerge --config sys-libs/timezone-data" chroot $CHROOT /bin/bash -c "emerge sudo grub --getbinpkgonly" -chroot $CHROOT /bin/bash -c "emerge -DNu --getbinpkgonly" \ No newline at end of file +chroot $CHROOT /bin/bash -c "emerge -DNu --getbinpkgonly world" \ No newline at end of file