From ce6c012ca959f4cc0acdf9adfb14c9814a750989 Mon Sep 17 00:00:00 2001 From: KumaTea Date: Wed, 28 Sep 2022 10:59:40 +0800 Subject: [PATCH] Add `aria2` to deps (#10188) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e12b52786..17e1f2f8b 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ ```bash sudo apt update -y sudo apt full-upgrade -y - sudo apt install -y ack antlr3 asciidoc autoconf automake autopoint binutils bison build-essential \ + sudo apt install -y ack antlr3 aria2 asciidoc autoconf automake autopoint binutils bison build-essential \ bzip2 ccache cmake cpio curl device-tree-compiler fastjar flex gawk gettext gcc-multilib g++-multilib \ git gperf haveged help2man intltool libc6-dev-i386 libelf-dev libglib2.0-dev libgmp3-dev libltdl-dev \ libmpc-dev libmpfr-dev libncurses5-dev libncursesw5-dev libreadline-dev libssl-dev libtool lrzsz \