Closed qstokkink closed 1 month ago
Fixes #8194
This PR:
Fixes the .deb build crashing early due to a missing dependency.
.deb
Now sudo apt install ./tribler_8.0.1_all.deb correctly pulls in the correct dependencies.
sudo apt install ./tribler_8.0.1_all.deb
Fixes #8194
This PR:
Fixes the
.deb
build crashing early due to a missing dependency.Now
sudo apt install ./tribler_8.0.1_all.deb
correctly pulls in the correct dependencies.