diff --git a/packages/misc/modules/sources/Install ROCKNIX.sh b/packages/misc/modules/sources/Install ROCKNIX.sh index 58ca0306c1..900c5fc329 100755 --- a/packages/misc/modules/sources/Install ROCKNIX.sh +++ b/packages/misc/modules/sources/Install ROCKNIX.sh @@ -7,4 +7,4 @@ source /etc/profile set_kill set "installer" -weston-terminal -f --command "/usr/bin/installer" +/usr/bin/run "/usr/bin/installer" diff --git a/packages/rocknix/sources/scripts/run b/packages/rocknix/sources/scripts/run index 84afb357f9..e753a86130 100755 --- a/packages/rocknix/sources/scripts/run +++ b/packages/rocknix/sources/scripts/run @@ -22,9 +22,9 @@ elif echo "${UI_SERVICE}" | grep "sway"; then if [ -f "${*}" ] then RUN=$(echo ${*} | sed 's# #\\ #g') - foot ${RUN} + foot -F ${RUN} else - foot ${*} + foot -F ${*} fi else ui_state stop diff --git a/projects/Rockchip/devices/RK3566/options b/projects/Rockchip/devices/RK3566/options index 3c586c8173..dbef8878d2 100644 --- a/projects/Rockchip/devices/RK3566/options +++ b/projects/Rockchip/devices/RK3566/options @@ -90,4 +90,4 @@ ADDITIONAL_DRIVERS="RTL8812AU RTL8814AU RTL8821AU RTL8821CU" # Some devices have internal storage. - INSTALLER_SUPPORT="yes" + INSTALLER_SUPPORT="no"