diff --git a/README.md b/README.md index 7974602..94f1083 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ **Vidéo Club pair à pair entre amis** -## INSTALLATION +## INSTALLATION (Debian/Ubuntu/Mint ou Xbian) ```bash <(wget -qO- https://git.p2p.legal/axiom-team/astrXbian/raw/branch/master/install.sh)``` diff --git a/cron_MINUTE.sh b/cron_MINUTE.sh index 7deaf75..dba1879 100755 --- a/cron_MINUTE.sh +++ b/cron_MINUTE.sh @@ -24,8 +24,8 @@ export YOU=$(ps auxf --sort=+utime | grep -w ipfs | grep -v -E 'color=auto|grep' [[ ! -f ~/.kodi/addons/plugin.video.vstream/resources/sites/astroport.py ]] && [[ -f ~/.zen/astroport.py ]] && cp -f ~/.zen/astroport.py ~/.kodi/addons/plugin.video.vstream/resources/sites/ ##################################################### -### TEMP CODE (clean old datastructure) - TODO REMOVE after 30 mn & git pull -# [[ -d ~/.zen/ipfs/xbian ]] && rm -Rf ~/.zen/ipfs/xbian/ +### TEMP CODE (add missing packages to xbian) - TODO REMOVE after 30 mn for git pull & apply +# [[ $(which ffmpeg) == "" && "$USER" == "xbian" ]] && sudo apt-get update && sudo apt-get install git fail2ban inotify-tools curl net-tools libsodium* python3-dev python3-pip python3-setuptools python3-wheel mpack libssl-dev libffi-dev build-essential qrencode jq bc gawk ffmpeg sqlite dnsutils vlc mp3info x11-utils -y ### NO IP GATEWAY : EXIT ping -q -w 1 -c 1 `ip r | grep default | cut -d ' ' -f 3` 2> /dev/null && echo "OK" > /dev/null || (echo "NO GATEWAY CONNEXION" && exit 1)