OpenMediaVault-Plugin-Developers / installScript

script that installs omv-extras and openmediavault if not installed already.
1.07k stars 206 forks source link

OpenMediaVault Install after remove of DE #109

Closed infinitechris closed 1 year ago

infinitechris commented 1 year ago

In case you're stubborn (like me) and think you can yank out all the normal DE stuff after installing Lite or another GUI variant, don't.

Save yourself the headache and do a new clean LITE install. I got errors attempting to run this script, otherwise completely unmodified. Errors flagged lines like 168 for incorrect regex, which isn't the case.

YMMV.

ryecoaaron commented 1 year ago

There is no regex on 168. It is just checking if the output of lsb_release --codename --short is equal to bullseye. What error did you get? Not sure what I am supposed to change here.