include spreedme script

This commit is contained in:
enoch85 2016-10-17 01:40:48 +02:00
parent 07e7a671ac
commit 3e445fe68e

View File

@ -64,6 +64,15 @@ ADDRESS=$(hostname -I | cut -d ' ' -f 1)
echo "Getting scripts from GitHub to be able to run the first setup..."
# Get spreedme script
if [ -f $SCRIPTS/spreedme.sh ]
then
rm $SCRIPTS/spreedme.sh
wget -q $STATIC/spreedme.sh -P $SCRIPTS
else
wget -q $STATIC/spreedme.sh -P $SCRIPTS
fi
# Get script for temporary fixes
if [ -f $SCRIPTS/temporary.sh ]
then