mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 21:56:42 +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