mirror of
https://github.com/RaspAP/raspap-webgui.git
synced 2024-11-21 23:20:22 +00:00
Update supported OS's
This commit is contained in:
parent
7fcc546414
commit
07caa334a0
1 changed files with 2 additions and 2 deletions
|
@ -95,11 +95,11 @@ RaspAP was originally made for Raspbian, but now also installs on the following
|
|||
| Raspbian | Buster | ARM | Official |
|
||||
| Armbian | Buster | [ARM](https://docs.armbian.com/#supported-chips) | Official |
|
||||
| Debian | Buster | ARM / x86_64 | Beta |
|
||||
| Ubuntu | 18.04 LTS / 19/10 | ARM / x86_64 | Beta |
|
||||
| Ubuntu | 18.04 LTS / 19.10 | ARM / x86_64 | Beta |
|
||||
|
||||
![](https://i.imgur.com/luiyYNw.png)
|
||||
|
||||
We find Armbian particularly well-suited for this project. Please note that "supported" is not a guaranteee. We encourage all developers to [actively contribute](#how-to-contribute) to this project.
|
||||
We find Armbian particularly well-suited for this project. Please note that "supported" is not a guaranteee. If you are able to improve support for your preferred distro, we encourage you to [actively contribute](#how-to-contribute) to the project.
|
||||
|
||||
## Multilingual support
|
||||
RaspAP uses [GNU Gettext](https://www.gnu.org/software/gettext/) to manage multilingual messages. In order to use RaspAP with one of our supported translations, you must configure a corresponding language package on your RPi. To list languages currently installed on your system, use `locale -a` at the shell prompt. To generate new locales, run `sudo dpkg-reconfigure locales` and select any other desired locales. Details are provided on our [wiki](https://github.com/billz/raspap-webgui/wiki/Translations#raspap-in-your-language).
|
||||
|
|
Loading…
Reference in a new issue