Files
stream/install.sh

8 lines
209 B
Bash
Raw Normal View History

2025-04-25 16:31:48 +02:00
#/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}