mirror of
https://github.com/solero/wand.git
synced 2024-11-09 15:08:21 +00:00
Missing curl
which is used to fetch the content of the script from the provided URL before it is passed to bash
This commit is contained in:
parent
f3244b81f7
commit
3f19ea9509
@ -5,7 +5,7 @@ Wand makes it easy to configure dash, houdini and a media server.
|
||||
## Install script
|
||||
**Step 1** run the script
|
||||
```bash
|
||||
$ bash <(https://raw.githubusercontent.com/solero/wand/master/install.sh)
|
||||
bash <(curl -s https://raw.githubusercontent.com/solero/wand/master/install.sh)
|
||||
```
|
||||
**Step 2** Answer Questions
|
||||
the questions are:
|
||||
|
Loading…
Reference in New Issue
Block a user