Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

scripts won't run on ubuntu server 24.04.01 #42

Closed
Chicken0Ghost opened this issue Dec 5, 2024 · 3 comments
Closed

scripts won't run on ubuntu server 24.04.01 #42

Chicken0Ghost opened this issue Dec 5, 2024 · 3 comments

Comments

@Chicken0Ghost
Copy link

When running the script it gives the "Your Ubuntu version is not supported for Version 14"

After Little debuging it seemed to me the cause is form lsb_release comands cuz the system returns the "No LSB modules are available." before the version so it causes the conditions to fail.

@flexcomng
Copy link
Owner

@Chicken0Ghost lab_release is a system-level package and system-level packages are not accounted for in the script. You should use a Distro with all standard system packages installed as the script cannot account for distros with minimal system-level packages.

@meichthys
Copy link

The script worked for me (Minus the HMRS module) using the 24.04.01 iso from the official ubuntu download page. Perhaps the version used by OP was from a different source.

@fthobe
Copy link

fthobe commented Jan 16, 2025

Same here, HMRS crashes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants