mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
Fix Commander font size on RP6
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
#!/bin/sh
|
||||
|
||||
# SPDX-License-Identifier: GPL-2.0
|
||||
# Copyright (C) 2025 ROCKNIX (https://github.com/ROCKNIX)
|
||||
|
||||
if [ ! -f "/storage/.config/commander.cfg" ]; then
|
||||
cat <<EOF >/storage/.config/commander.cfg
|
||||
disp_ppu_x=4
|
||||
disp_ppu_y=4
|
||||
EOF
|
||||
fi
|
||||
Reference in New Issue
Block a user