cobbler icon indicating copy to clipboard operation
cobbler copied to clipboard

Use curl instead of the missing wget for the breed suse

Open bruncsak opened this issue 4 months ago • 0 comments

Linked Items

Fixes https://github.com/cobbler/cobbler/issues/3611

Description

It checks for the breed suse, and if match, it creates code with curl instead of the default wget

Behaviour changes

Old: on openSUSE tumbleweed got error message "wget: command not found".

New: no error message, trigger properly called

Category

This is related to a:

  • [x] Bugfix
  • [ ] Feature
  • [ ] Packaging
  • [ ] Docs
  • [ ] Code Quality
  • [ ] Refactoring
  • [ ] Miscellaneous

Tests

  • [ ] Unit-Tests were created
  • [ ] System-Tests were created
  • [ ] Code is already covered by Unit-Tests
  • [ ] Code is already covered by System-Tests
  • [ ] No tests required

bruncsak avatar Feb 19 '24 17:02 bruncsak