4
3
Just wondering how do I make ports installation - without config options (blue) window popup?
Assuming that I accept default options of the installation.
make install clean
4
3
Just wondering how do I make ports installation - without config options (blue) window popup?
Assuming that I accept default options of the installation.
make install clean
5
Add
BATCH=yesto
/etc/make.conf
Alternatively, run make install clean BATCH=yes
1I don't need it permanent. Just per the installation. Should
make install clean BATCH=yes
work? – Alex G – 2012-09-27T13:58:59.2731yes it should work – arved – 2012-09-27T14:06:30.190