mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-31 14:37:59 +00:00
remote:
- add install script
This commit is contained in:
parent
a593b42718
commit
8c0006edf7
11
packages/sysutils/remote/install
Executable file
11
packages/sysutils/remote/install
Executable file
@ -0,0 +1,11 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
. config/options
|
||||||
|
|
||||||
|
$SCRIPTS/install lirc
|
||||||
|
$SCRIPTS/install irserver
|
||||||
|
|
||||||
|
PKG_DIR=`find $PACKAGES -type d -name $1`
|
||||||
|
|
||||||
|
mkdir -p $INSTALL/usr/config
|
||||||
|
cp $PKG_DIR/config/*.conf $INSTALL/usr/config
|
Loading…
x
Reference in New Issue
Block a user