pigsty icon indicating copy to clipboard operation
pigsty copied to clipboard

Missing install script dependencies

Open yrashk opened this issue 5 months ago • 1 comments

./bootstrap: line 284: ssh-keygen: command not found
./bootstrap: line 599: sudo: command not found

Would it make sense to bootstrap/install them – or check and fail early?

yrashk avatar Jul 25 '25 17:07 yrashk

It is designed to work on Linux OS Distribution (-like) environment with sudo, systemd and other basic utils. So currently it can not running on mimimal environment.

But it is a good idea to check, abort and print hint in that case.

Vonng avatar Jul 31 '25 22:07 Vonng