Bitfocus Companion: add libatomic1 dependency (#16212)

This commit is contained in:
Slaviša Arežina
2026-08-02 19:32:33 +02:00
committed by GitHub
parent bc944d90e2
commit 97aa6b39cb
2 changed files with 5 additions and 1 deletions
+2
View File
@@ -30,6 +30,8 @@ function update_script() {
exit 1
fi
ensure_dependencies libatomic1
RELEASE_JSON=$(curl -fsSL "https://api.bitfocus.io/v1/product/companion/packages?limit=20")
PACKAGE_JSON=$(echo "$RELEASE_JSON" | jq -c \
--arg target "linux-$(arch_resolve "tgz" "arm64-tgz")" \
+3 -1
View File
@@ -14,7 +14,9 @@ network_check
update_os
msg_info "Installing Dependencies"
$STD apt install -y libusb-1.0-0
$STD apt install -y \
libusb-1.0-0 \
libatomic1
msg_ok "Installed Dependencies"
msg_info "Fetching Latest Bitfocus Companion Release"