Hey Community!
I'm writing an install script, and I want to install in this script a port/package, without userinput, with standard settings (Python).
When I write:
It asks for some settings, but I don't wan't this. How can I make an automatic install?
Sincerely,
Gravita
I'm writing an install script, and I want to install in this script a port/package, without userinput, with standard settings (Python).
When I write:
Code:
cd /usr/ports/lang/python && make install
Sincerely,
Gravita