From 3c6c0afcd172cd06bbd1641d706f68131329a741 Mon Sep 17 00:00:00 2001 From: Bill Zimmerman Date: Fri, 26 Jun 2020 17:49:38 +0200 Subject: [PATCH] Updated FAQs (markdown) --- FAQs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQs.md b/FAQs.md index 1ace168..4d1b438 100644 --- a/FAQs.md +++ b/FAQs.md @@ -47,7 +47,7 @@ Login credentials are stored in `/etc/raspap/raspap.auth`. The password is encry Upgrading your existing install without changing your configuration is very straightforward. To upgrade to the [latest release](https://github.com/billz/raspap-webgui/releases/latest) version, simply run the [Quick Installer](https://github.com/billz/raspap-webgui/wiki/Quick-Installer-usage) with the `--upgrade` option: ``` -curl -sL https://install.raspap.com | bash -s --upgrade +curl -sL https://install.raspap.com | bash -s -- --upgrade ``` The installer upgrade is _idempotent_, meaning it can be repeated an arbitrary number of times and the result will be as if it had been done only once. For example, previously installed packages will be skipped if their state is unchanged.