mirror of
https://github.com/billz/raspap-webgui.git
synced 2023-10-10 13:37:24 +02:00
Update release version
parent
6070515cdc
commit
dd85eb92dc
4
FAQs.md
4
FAQs.md
@ -47,11 +47,11 @@ sudo installers/uninstall.sh
|
||||
```
|
||||
|
||||
### <a name="upgrade"></a>What are the steps to upgrade RaspAP?
|
||||
Upgrading your current install to a **specific release** is very straightforward. For example, to upgrade to the current release [version 2.1](https://github.com/billz/raspap-webgui/releases/tag/2.1), enter the following in the RaspAP install folder (default location is `/var/www/html`):
|
||||
Upgrading your current install to a **specific release** is very straightforward. For example, to upgrade to the current release [version 2.2](https://github.com/billz/raspap-webgui/releases/tag/2.2), enter the following in the RaspAP install folder (default location is `/var/www/html`):
|
||||
|
||||
```
|
||||
sudo git fetch --tags
|
||||
sudo git checkout tags/2.1
|
||||
sudo git checkout tags/2.2
|
||||
```
|
||||
A tag is a pointer that isn't connected to the main development tree that git knows about. As a result, git will reply that you're in a 'detached HEAD' state. This isn't a big deal, it just means that you have a specific version of the code that isn't connected to the git tree.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user