readme: update instructions for Android 7 branch alpha test

`pkg upgrade` may not reinstall some packages so we need a different way to perform full reinstallation of Termux packages.
This commit is contained in:
Leonid Pliushch 2019-03-13 18:21:39 +02:00 committed by GitHub
parent 0d53b9abe1
commit 0c943efb47
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ If you decided to test the new branch and have AArch64 device, follow these step
deb https://dl.bintray.com/termux/termux-packages-24 stable main
```
3. Run `pkg up`.
3. Run `apt install --reinstall $(dpkg -l | grep ^ii | awk '{ print $2 }')`.
4. Report found issues. Note that issues only for official packages are accepted.