Skip to content

Commit 1558ecd

Browse files
committed
fix(desktop): Fix syntax error in CoreCtrl setup script
1 parent 625bbec commit 1558ecd

File tree

1 file changed

+1
-1
lines changed
  • system_files/desktop/shared/usr/share/ublue-os/just

1 file changed

+1
-1
lines changed

system_files/desktop/shared/usr/share/ublue-os/just/custom.just

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ configure-waydroid:
3232
rm -rf ${SCRIPT}
3333

3434
install-corectrl:
35-
echo 'Installing CoreCtrl...''
35+
echo 'Installing CoreCtrl...'
3636
rpm-ostree install corectrl
3737
echo 'Setting needed kargs for CoreCtrl...'
3838
rpm-ostree kargs --append="amdgpu.ppfeaturemask=0xffffffff"

0 commit comments

Comments
 (0)