diff --git a/app/mirror/installers/raspberry.sh b/app/mirror/installers/raspberry.sh index 949303c..78bf15a 100644 --- a/app/mirror/installers/raspberry.sh +++ b/app/mirror/installers/raspberry.sh @@ -113,6 +113,10 @@ else exit; fi +cd ~/ReactiveMirror || exit +# Use sample config for start ReactiveMirror +cp app/mirror/config/config.js.sample app/mirror/config/config.js + cd ~/ReactiveMirror || exit echo -e "\e[96mInstalling app dependencies ...\e[90m" if npm install; then @@ -131,10 +135,6 @@ else exit; fi -cd ~/ReactiveMirror || exit -# Use sample config for start ReactiveMirror -cp app/mirror/config/config.js.sample app/mirror/config/config.js - # Check if plymouth is installed (default with PIXEL desktop environment), then install custom splashscreen. echo -e "\e[96mCheck plymouth installation ...\e[0m" if command_exists plymouth; then