Skip to content

Commit

Permalink
Swap config scripts first
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristian006 committed Dec 28, 2017
1 parent 5c3b713 commit bd7fe44
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/mirror/installers/raspberry.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit bd7fe44

Please sign in to comment.