EchterAlsFake / Porn_Fetch

Cross-Platform Porn (Hub) downloader with Account Login and Searching support
GNU General Public License v3.0
132 stars 22 forks source link

Better OS-checker for the install script #48

Closed omar-st closed 3 months ago

omar-st commented 3 months ago

I made an improvement in how the OS checking portion of the script determines what build tools to use. It will detect whether a package manager [pacman, apt, dnf, zypper] is installed on the target system, and then uses the build script for that package manager.

Currently this has been tested on EndeavourOS and Ubuntu (on the metal) and Arch, Mint, and Debian (in VMs). I expect it to also run fine on Fedora and SUSE but I have not tested these yet. I also read that you intend to switch from Pyinstaller to pyside6-deploy, and I hope that is a success.

EchterAlsFake commented 3 months ago

Thanks a lot!