From 8b0d2a5b757aaee1cc6db4c66c414cf2dd87e28a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20MANSON?= Date: Tue, 17 Oct 2017 22:35:30 +0200 Subject: [PATCH] maj de la distrib --- portageinstall.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/portageinstall.sh b/portageinstall.sh index 88493f7..d2b534d 100644 --- a/portageinstall.sh +++ b/portageinstall.sh @@ -2,4 +2,5 @@ # ectraire portage et installer 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" \ No newline at end of file +chroot $CHROOT /bin/bash -c "emerge sudo grub --getbinpkgonly" +chroot $CHROOT /bin/bash -c "emerge -DNu --getbinpkgonly" \ No newline at end of file