Update README.md

This commit is contained in:
aiminick 2019-11-05 18:01:46 +08:00 committed by GitHub
parent 9d49e55e4c
commit d44f91b573
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1225,7 +1225,7 @@ Make sure your system can connect to internet, then run the commands below as ro
``` ```
qq_pkg='linuxqq_2.0.0-b1-1024_arm64.deb' ; \ qq_pkg='linuxqq_2.0.0-b1-1024_arm64.deb' ; \
cd ~ ; \ cd ~ ; \
wget https://raw.githubusercontent.com/openfans-community-offical/Debian-Pi-Aarch64/master/$qq_pkg ; \ wget https://raw.githubusercontent.com/openfans-community-offical/Debian-Pi-Aarch64/master/add-app/$qq_pkg ; \
apt install ./$qq_pkg -y ; \ apt install ./$qq_pkg -y ; \
rm -rf ./$qq_pkg rm -rf ./$qq_pkg
``` ```