-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
For the last couple of versions of BluOS Controller, I was able to download the AppImage files shared on https://support1.bluesound.com/hc/en-us/community/posts/360033533054-BluOS-controller-app-on-Linux, and they seemed to work just fine. Since no AppImage for v3.16 was posted on the forum though, I tried to build it myself following these steps on Linux Mint 20.2, but have encountered a few errors.
- Ran "sudo apt install npm"
- Running "which npm" gives "/usr/bin/npm"
- Running "npm -v" gives "6.14.4"
- Running "node -v" gives "v10.19.0"
- Downloaded the bs-patch binary
- Created a file called config.yaml with the following contents: nodeBinPath: "/usr/bin/"
- Ran "./bs-patch", which gives the following results:
INFO[0000] Reading config.yaml
INFO[0000] Finding Latest BluOS Controller
INFO[0003] Downloading Latest BlueOS controller: https://content-bluesound-com.s3.amazonaws.com/uploads/2021/11/BluOS-Controller-3.16.0.dmg
Downloading... 248 MB complete
INFO[0055] Extracting BlueOS Controller DMG
INFO[0055] Extracting ASAR
INFO[0055] Patching electron.js
INFO[0055] Patching app.js - Update Check
INFO[0055] Patching app.js - Update Platform
INFO[0055] Adding electron dependency
ERRO[0055] Error installing electron:
INFO[0055] Adding electron-builder dependency
ERRO[0055] Error installing electron:
INFO[0055] Building Snap and AppImage
ERRO[0055] Error extracting ASAR:
INFO[0055] Cleaning up
Any thoughts on what I may be doing wrong?
Thanks!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels