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

system dependencies not compatible with Ubuntu 24.10 #918

Open
don17sch opened this issue Nov 16, 2024 · 0 comments
Open

system dependencies not compatible with Ubuntu 24.10 #918

don17sch opened this issue Nov 16, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@don17sch
Copy link

What happened

Ubuntu 24.10 replaced the wireless-tools package with the iw package.
in order to get moonraker installed I have to manually install the iw package and manually delete the wireless-tools package from the system-dependencies.json file

Client

Other

Browser

Other or N/A

How to reproduce

install ubuntu server 24.10
git clone https://github.com/Arksine/moonraker.git
./moonraker/scripts/install-moonraker.sh
see failure
sudo apt update && sudo apt install iw
nano ~/moonraker/scripts/system-dependencies.json
delete line with text "wireless-tools",
save file
runs install moonraker script again

Additional information

No response

@don17sch don17sch added the bug Something isn't working label Nov 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant