Refactor Companion: apt-get to apt, remove pre-installed jq from deps

This commit is contained in:
CanbiZ (MickLesk)
2026-03-27 14:12:53 +01:00
parent e13cc61a6d
commit a72a5e051e

View File

@@ -14,9 +14,7 @@ network_check
update_os
msg_info "Installing Dependencies"
$STD apt-get install -y \
jq \
libusb-1.0-0
$STD apt install -y libusb-1.0-0
msg_ok "Installed Dependencies"
msg_info "Fetching Latest Bitfocus Companion Release"