From e839066fafaef35016a406bed4d54eb9b3cf9ca4 Mon Sep 17 00:00:00 2001 From: qo-op Date: Wed, 10 Mar 2021 04:54:13 +0100 Subject: [PATCH] CORRECT cryptography compilation error --- install.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index f8df7d4..8504a07 100755 --- a/install.sh +++ b/install.sh @@ -15,8 +15,10 @@ echo "AstrXbian installateur pour XBIAN (https://xbian.org) et ditributions DEBI 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 -y sudo apt-get install build-essential qrencode jq bc gawk ffmpeg sqlite dnsutils vlc mp3info -y -[[ ! $(which kodi) ]] && sudo apt-get install kodi -y +[[ ! $(which kodi) && "$USER" != "xbian" ]] && sudo apt-get install kodi -y [[ "$USER" != "xbian" ]] && sudo apt-get install x11-utils zenity handbrake* -y +pip3 install --upgrade pip +pip3 install --upgrade setuptools wheel pip3 install cryptography Ed25519 base58 google protobuf duniterpy @@ -83,7 +85,7 @@ else sudo cp -f /tmp/new.rc.local /etc/rc.local echo "STOP!! Redémarrer Xbian pour continuer la configuration de votre station Astroport/KODI" - echo "Faites une ISO : http://wiki.xbian.org/doku.php/create_image" + echo "Faites une ISO : sudo xbian-config" exit 0 fi