diff --git a/oscfg/opensuse.sh b/oscfg/opensuse.sh index 5114ea3..f126c00 100644 --- a/oscfg/opensuse.sh +++ b/oscfg/opensuse.sh @@ -48,7 +48,7 @@ opensuse_distro() { mount -t proc proc "$WORK/new-root/proc" run zypper -n --root /new-root --gpg-auto-import-keys ref run zypper -n --root /new-root install --download in-advance -t pattern base basesystem enhanced_base - run zypper -n --root /new-root install --download in-advance ca-certificates ca-certificates-mozilla + run zypper -n --root /new-root install --download in-advance ca-certificates ca-certificates-mozilla "group(wheel)" # complete the setup, install recommended things that were missed due to the minimal docker base run zypper -n --root /new/root install-new-recommends umount "$WORK/new-root/proc"