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:
parent
0d53b9abe1
commit
0c943efb47
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user