You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: