mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2025-04-22 10:15:52 +00:00
11 lines
204 B
Bash
11 lines
204 B
Bash
#!/bin/sh
|
|
|
|
# SPDX-License-Identifier: GPL-2.0
|
|
# Copyright (C) 2025-present Team LibreELEC (https://libreelec.tv)
|
|
|
|
. /etc/profile
|
|
|
|
oe_setup_addon service.hyperhdr
|
|
|
|
exec hyperhdr --userdata "${ADDON_HOME}"
|