Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switch tor upgrade check from aptitude to apt
Between the version of aptitude on Xenial and that on Focal, empty searches started returning 1, causing `Check whether tor will be upgraded` to fail. Replacing the aptitude search with `apt list --upgradable tor` should work on both releases, and is more specific.
- Loading branch information