From 5f2b99916e033d52ef7cc8076356e2a95e17e281 Mon Sep 17 00:00:00 2001 From: SolidHal Date: Fri, 4 Dec 2020 22:35:43 -0800 Subject: [PATCH] don't try to chroot inside chroot --- scripts/InstallScripts/InstallPackages.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/InstallScripts/InstallPackages.sh b/scripts/InstallScripts/InstallPackages.sh index a45611635..b08141069 100755 --- a/scripts/InstallScripts/InstallPackages.sh +++ b/scripts/InstallScripts/InstallPackages.sh @@ -106,7 +106,7 @@ then apt install -y ${gnome_debs_download[@]} apt install -y ${prawnos_gnome_debs_prebuilt_download[@]} #TODO remove once 3.38.2-1 or newer moves to bullseye, work around for #235 - chroot $outmnt apt install -y -t sid libmutter-7-0 gir1.2-mutter-7 mutter-common + apt install -y -t sid libmutter-7-0 gir1.2-mutter-7 mutter-common #TODO: debug why rotation is flipped # work around issue #234