ddavness / power-mailinabox

A Mail-in-a-Box with extra capabilities and more customizability. Not just for power users!
Creative Commons Zero v1.0 Universal
168 stars 32 forks source link

Install issue, dependancy missing #31

Closed x-FBi closed 2 years ago

x-FBi commented 2 years ago

My fresh Debian 10 VPS was missing lsb-release

 curl https://raw.githubusercontent.com/ddavness/power-mailinabox/master/setup/bootstrap.sh | bash
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  1476  100  1476    0     0  12615      0 --:--:-- --:--:-- --:--:-- 12724
bash: line 11: lsb_release: command not found
 apt install lsb-release

Install started.

ddavness commented 2 years ago

Yeah, it kinda assumes your image already has lsb-release installed. To be fair, some super minimal images don't come with it, so Ill keep that in mind for the next release.

x-FBi commented 2 years ago

I would say curl is also missing as a dependency haha.

x-FBi commented 2 years ago

I used a different image, and had no problem with the install