Update README.md

quick apt-fast fix
This commit is contained in:
rpriven 2023-12-01 00:01:15 -07:00 committed by GitHub
parent 582e9b2c77
commit 299dc74d95
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,7 @@ Python version got some important tweaks to speed things up and smooth out some
First we must install apt-fast First we must install apt-fast
```bash ```bash
apt-get install aria2 sudo apt install aria2 -y
/bin/bash -c "$(curl -sL https://git.io/vokNn)" /bin/bash -c "$(curl -sL https://git.io/vokNn)"
cp apt-fast /usr/local/sbin/ cp apt-fast /usr/local/sbin/
chmod +x /usr/local/sbin/apt-fast chmod +x /usr/local/sbin/apt-fast