From 2070ddf42523919094ef8e7e47076718e0aa1cc0 Mon Sep 17 00:00:00 2001 From: Goober <103212704+fascistgoober@users.noreply.github.com> Date: Mon, 20 Jun 2022 14:47:23 -0500 Subject: 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. --- docs/ac-dashboard-core-installation.md | 5 +++-- 1 file 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 -- cgit