Hey there,
I am using a PHP-Script to install ports.
But it still gives me this error.
Is there another way to do this via php? [cmd=]portsnap cron[/cmd] is not a solution for me).
I am using a PHP-Script to install ports.
PHP:
$ssh->exec("portsnap fetch extract")
But it still gives me this error.
Code:
Result: portsnap fetch should not be run non-interactively. Run portsnap cron instead.
Is there another way to do this via php? [cmd=]portsnap cron[/cmd] is not a solution for me).