added new build

This commit is contained in:
Leon van Kammen 2025-02-20 09:07:46 +01:00
parent a268f2730f
commit 6ce07aa483
2 changed files with 7 additions and 1 deletions
buildroot-v86/board/v86/rootfs_overlay/root/hook.d/URI/fragment
dist

View File

@ -3,7 +3,13 @@ source /etc/profile.sh # expose xrsh cmds like require etc
if [[ "$1" =~ "pos=|t=" ]]; then if [[ "$1" =~ "pos=|t=" ]]; then
# we are dealing with XR or Media Fragments (ignore for now) # we are dealing with XR or Media Fragments (ignore for now)
echo "[x] detected Media/XR Fragment in URI: $1" echo "[.] detected Media/XR Fragment in URI"
fi
if [[ "$1" =~ "zip$" ]]; then
echo "[.] detected XRSH zip package in URL"
echo "[.] fetching $1"
ziprun "$1"
fi fi
# otherwise execute # otherwise execute

BIN
dist/v86-linux.iso vendored

Binary file not shown.