From 299dc74d950b61ffb65b946da75939aea5e503aa Mon Sep 17 00:00:00 2001 From: rpriven <74690648+rpriven@users.noreply.github.com> Date: Fri, 1 Dec 2023 00:01:15 -0700 Subject: [PATCH] Update README.md quick apt-fast fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 02e7cc6..9e8e882 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Python version got some important tweaks to speed things up and smooth out some First we must install apt-fast ```bash -apt-get install aria2 +sudo apt install aria2 -y /bin/bash -c "$(curl -sL https://git.io/vokNn)" cp apt-fast /usr/local/sbin/ chmod +x /usr/local/sbin/apt-fast