Make "Install file assocations" a command-line option.

Issue #28 on hold
Former user created an issue

Hi there,

awesome project! 👍

I'm trying to automate the build and installation on my system with:

make && make install

However, the install script is asking for user-input ...

"Install file associations? [y/n]"

(see Makefile )

... causing my (Ansible-)automation to come to a halt.

Can this be changed to an option (which can be passed on command line)?

Thanks a lot!

Comments (2)

  1. PiCiJi repo owner

    removed question about installing file associations. default: no file associations will be installed

    to install them: make install FileAssociations=1

    show other options: make help

  2. Log in to comment