Skip to content

Commit

Permalink
don't try to chroot inside chroot
Browse files Browse the repository at this point in the history
  • Loading branch information
SolidHal committed Dec 5, 2020
1 parent 4b491fe commit 5f2b999
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/InstallScripts/InstallPackages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5f2b999

Please sign in to comment.