mirror of
https://github.com/nextcloud/vm.git
synced 2025-10-26 11:27:32 +00:00
include spreedme script
This commit is contained in:
parent
07e7a671ac
commit
3e445fe68e
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user