test
This commit is contained in:
7
install.sh
Normal file
7
install.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
#/bin/sh
|
||||
# do NOT use this script from Kodi addons directory, it is intented for development only
|
||||
DESTDIR=~/.kodi/addons/script.module.stream.resolver
|
||||
|
||||
rm -rf ${DESTDIR}
|
||||
mkdir -p ${DESTDIR}
|
||||
cp -a * ${DESTDIR}
|
||||
Reference in New Issue
Block a user