[PACKAGE/BOARD] add ST_SDL package & update scripts (#54)

* [PACKAGE] add ST_SDL for terminal emulation
* [BOARD] rm 3-party `st` app & update scripts
This commit is contained in:
Apaczer
2023-11-21 15:55:44 +01:00
committed by GitHub
parent c8fa30eceb
commit 02627752b2
10 changed files with 28 additions and 7 deletions

View File

@@ -8,5 +8,5 @@ else
echo -en "Invalid video/audio format!"
# We're using SDL terminal to display above echo msg
## because all stdout is parsed to /dev/null from gmenu2x and it's child ps
/mnt/apps/st/st -e "/bin/sh" "-c" "echo -e \"\n\n\n\n\n\n Invalid video or audio format!\"; sleep 2"
st -k -e "/bin/sh" "-c" "echo -e \"\n\n\n\n\n\n Invalid video or audio format!\"; sleep 2"
fi

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.3 KiB

View File

@@ -1,3 +1,3 @@
title=File System Check
exec=/mnt/apps/st/st
params=-e /mnt/apps/fsck/fsck.sh
title=File System Check
exec=/usr/bin/st
params=-k -e /mnt/apps/fsck/fsck.sh

View File

@@ -1,3 +1,3 @@
title=Terminal
description=ST Terminal Emulator
exec=/mnt/apps/st/st
title=Terminal
description=ST Terminal Emulator
exec=/usr/bin/st