We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b491fe commit 5f2b999Copy full SHA for 5f2b999
scripts/InstallScripts/InstallPackages.sh
@@ -106,7 +106,7 @@ then
106
apt install -y ${gnome_debs_download[@]}
107
apt install -y ${prawnos_gnome_debs_prebuilt_download[@]}
108
#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
+ apt install -y -t sid libmutter-7-0 gir1.2-mutter-7 mutter-common
110
111
#TODO: debug why rotation is flipped
112
# work around issue #234
0 commit comments