Installer fixes

This commit is contained in:
sydarn 2024-04-03 14:07:41 +02:00
parent 833a4cba37
commit 46dc9324b0
2 changed files with 3 additions and 3 deletions

View file

@ -7,4 +7,4 @@ source /etc/profile
set_kill set "installer"
weston-terminal -f --command "/usr/bin/installer"
/usr/bin/run "/usr/bin/installer"

View file

@ -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