Skip to content

Commit e44893f

Browse files
committed
Fix instruction README for install by script
issue close MagicMirrorOrg#823
1 parent 1a2b4f8 commit e44893f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
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)