[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