Skip to content

Commit

Permalink
Preserve interactivity
Browse files Browse the repository at this point in the history
  • Loading branch information
gderosa committed Nov 18, 2019
1 parent a3077bf commit 8945b53
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Everything you need to install a Margay device on real hardware.
After installing Debian, as root, type:

```bash
wget -O - https://raw.githubusercontent.com/vemarsas/margay/master/setup | bash
bash -c "$(wget -O - https://raw.githubusercontent.com/vemarsas/margay/master/setup)"
```

If you only need core and openvpn functionality, great, you've done!
Expand All @@ -14,13 +14,13 @@ If you only need core and openvpn functionality, great, you've done!
Optionally, if you want hotspot/RADIUS functionality, then also run:

```bash
wget -O - https://raw.githubusercontent.com/vemarsas/margay/master/setup-hotspot | bash
bash -c "$(wget -O - https://raw.githubusercontent.com/vemarsas/margay/master/setup-hotspot)"
```

or the virtualization functionality (private cloud hypervisor, if you fancy):

```bash
wget -O - https://raw.githubusercontent.com/vemarsas/margay/master/setup-virt | bash
bash -c "$(wget -O - https://raw.githubusercontent.com/vemarsas/margay/master/setup-virt)"
```

...and that's it.
Expand Down

0 comments on commit 8945b53

Please sign in to comment.