diff options
| author | Goober <103212704+fascistgoober@users.noreply.github.com> | 2022-06-20 14:47:23 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-20 21:47:23 +0200 |
| commit | 2070ddf42523919094ef8e7e47076718e0aa1cc0 (patch) | |
| tree | 89af2687e502c1b6f32e95a8cf3a6e60ea32f08e /docs | |
| parent | 31ff8f26d946f88ebc9aa68dd0af0bc2b49bca23 (diff) | |
| download | wiki-2070ddf42523919094ef8e7e47076718e0aa1cc0.tar.gz wiki-2070ddf42523919094ef8e7e47076718e0aa1cc0.tar.bz2 wiki-2070ddf42523919094ef8e7e47076718e0aa1cc0.zip | |
Update ac-dashboard-core-installation.md (#731)
curl, sudo (Needed for `acore.sh`), and unzip (needed for deno) does not come with the RPI debian bullseye image.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ac-dashboard-core-installation.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/ac-dashboard-core-installation.md b/docs/ac-dashboard-core-installation.md index 5847a20..5b032ec 100644 --- a/docs/ac-dashboard-core-installation.md +++ b/docs/ac-dashboard-core-installation.md @@ -9,10 +9,11 @@ If you need any help just [ask a question](https://www.azerothcore.org/wiki/How- ## Requirements -You need to have [git](https://git-scm.com/) installed in your machine. +You need to have [git](https://git-scm.com/), [curl](https://curl.se/), [unzip](https://github.com/madler/unzip), [sudo](https://www.sudo.ws/) installed in your machine. No other software is required to be installed manually. -- debian/ubuntu-based: `apt update && apt install git` + +- debian/ubuntu-based: `apt update && apt install git curl unzip sudo` - macOS: `brew install git` ### Notes |
