mirror of
https://github.com/billz/raspap-webgui.git
synced 2023-10-10 13:37:24 +02:00
Update BACKERS.md
This commit is contained in:
parent
6d3966dd8a
commit
08164f43f1
17
BACKERS.md
17
BACKERS.md
@ -23,7 +23,7 @@ When backers were asked which feature they'd most like to see added to RaspAP, t
|
||||
✅ Night mode toggle
|
||||
✅ Restrict network to static clients
|
||||
✅ [WireGuard support](https://docs.raspap.com/wireguard/)
|
||||
⚙️ Traffic shaping (in progress)
|
||||
✅ [Set AP transmit power](https://docs.raspap.com/ap-basics/#transmit-power)
|
||||
|
||||
Look for the list above to grow as we add more exclusive features.
|
||||
|
||||
@ -35,13 +35,24 @@ The first **Insiders Edition** includes the exclusive features listed above.
|
||||
|
||||
### Frequently asked questions
|
||||
|
||||
#### How do I install Insiders?
|
||||
*How do I install Insiders?*
|
||||
|
||||
Invoke the [Quick Installer](https://docs.raspap.com/quick/) with the `--insiders` switch, like so:
|
||||
|
||||
```
|
||||
curl -sL https://install.raspap.com | bash -s -- --insiders
|
||||
```
|
||||
|
||||
This will automatically pull from the private Insiders repo during the installation process.
|
||||
|
||||
#### Upgrading
|
||||
*I have an existing RaspAP installation. How do I upgrade to Insiders?*
|
||||
|
||||
Upgrading is easy. Simply invoke the [Quick Installer](https://docs.raspap.com/quick/) with the `--upgrade` switch, specifying the private Insiders repo, like so:
|
||||
Upgrading is easy. Invoke the [Quick Installer](https://docs.raspap.com/quick/) with the `--upgrade` switch, specifying the private Insiders edition, like so:
|
||||
|
||||
```
|
||||
curl -sL https://install.raspap.com | bash -s -- --upgrade --repo raspap/raspap-insiders
|
||||
curl -sL https://install.raspap.com | bash -s -- --upgrade --insiders
|
||||
```
|
||||
|
||||
If you haven't [added SSH keys to your GitHub account](https://docs.github.com/en/github/authenticating-to-github/connecting-to-github-with-ssh) you will be prompted to authenticate. If so, just enter your GitHub credentials during the install:
|
||||
|
Loading…
x
Reference in New Issue
Block a user