1
0
Fork 0
mirror of https://github.com/maziggy/bambuddy.git synced 2026-05-09 08:25:54 +02:00

[GH-ISSUE #855] [Feature]: update.sh for Mac OS #582

Closed
opened 2026-05-07 00:11:49 +02:00 by BreizhHardware · 2 comments

Originally created by @janpom on GitHub (Mar 31, 2026).
Original GitHub issue: https://github.com/maziggy/bambuddy/issues/855

Originally assigned to: @maziggy on GitHub.

Problem or Use Case

There's no update solution for native (non-docker) Mac OS installation. The provided update.sh script doesn't work on a Mac since it relies on systemctl.

Proposed Solution

It seems that it shouldn't be too hard to modify the update.sh to make it work on a Mac. Just do the same trick the install.sh does -- detect the OS and use launchctl instead of systemctl on a Mac.

Alternatives Considered

No response

Feature Category

Other

Priority

Would improve my workflow

Mockups or Examples

No response

Contribution

  • I would be willing to help implement this feature

Checklist

  • I have searched existing issues to ensure this feature hasn't already been requested
Originally created by @janpom on GitHub (Mar 31, 2026). Original GitHub issue: https://github.com/maziggy/bambuddy/issues/855 Originally assigned to: @maziggy on GitHub. ### Problem or Use Case There's no update solution for native (non-docker) Mac OS installation. The provided update.sh script doesn't work on a Mac since it relies on systemctl. ### Proposed Solution It seems that it shouldn't be too hard to modify the update.sh to make it work on a Mac. Just do the same trick the install.sh does -- detect the OS and use launchctl instead of systemctl on a Mac. ### Alternatives Considered _No response_ ### Feature Category Other ### Priority Would improve my workflow ### Mockups or Examples _No response_ ### Contribution - [ ] I would be willing to help implement this feature ### Checklist - [x] I have searched existing issues to ensure this feature hasn't already been requested
BreizhHardware 2026-05-07 00:11:49 +02:00
Author
Owner

@janpom commented on GitHub (Mar 31, 2026):

Here's an updated script (AI-assisted) that works on my Mac.
update-mac.sh

<!-- gh-comment-id:4160581239 --> @janpom commented on GitHub (Mar 31, 2026): Here's an updated script (AI-assisted) that works on my Mac. [update-mac.sh](https://github.com/user-attachments/files/26370974/update-mac.sh)
Author
Owner

@maziggy commented on GitHub (Mar 31, 2026):

Thanks!

<!-- gh-comment-id:4160831544 --> @maziggy commented on GitHub (Mar 31, 2026): Thanks!
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/bambuddy-maziggy-1#582
No description provided.