Skip to content

Commit 5f2b999

Browse files
committed
don't try to chroot inside chroot
1 parent 4b491fe commit 5f2b999

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/InstallScripts/InstallPackages.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ then
106106
apt install -y ${gnome_debs_download[@]}
107107
apt install -y ${prawnos_gnome_debs_prebuilt_download[@]}
108108
#TODO remove once 3.38.2-1 or newer moves to bullseye, work around for #235
109-
chroot $outmnt apt install -y -t sid libmutter-7-0 gir1.2-mutter-7 mutter-common
109+
apt install -y -t sid libmutter-7-0 gir1.2-mutter-7 mutter-common
110110

111111
#TODO: debug why rotation is flipped
112112
# work around issue #234

0 commit comments

Comments
 (0)