Files
kodi/install.sh

8 lines
205 B
Bash
Raw Normal View History

2025-04-25 16:30:00 +02:00
#/bin/sh
# do NOT use this script from XBMC addons directory, it is intented for development only
DESTDIR=~/.kodi/addons/plugin.video.online-files
rm -rf ${DESTDIR}
mkdir -p ${DESTDIR}
cp -a * ${DESTDIR}