Skip to content

Commit 3748488

Browse files
authored
Merge pull request #824 from roramirez/instruction_installer
Fix instruction README for install by script
2 parents 1a2b4f8 + e44893f commit 3748488

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Electron, the app wrapper around MagicMirror², only supports the Raspberry Pi 2
3131

3232
Execute the following command on your Raspberry Pi to install MagicMirror²:
3333
````
34-
curl -sL https://raw.githubusercontent.com/MichMich/MagicMirror/master/installers/raspberry.sh | bash
34+
bash -c "$(curl -sL https://raw.githubusercontent.com/MichMich/MagicMirror/master/installers/raspberry.sh)"
3535
````
3636

3737
### Manual Installation

0 commit comments

Comments
 (0)