Refactor Companion: apt-get to apt, remove pre-installed jq from deps
This commit is contained in:
@@ -14,9 +14,7 @@ network_check
|
|||||||
update_os
|
update_os
|
||||||
|
|
||||||
msg_info "Installing Dependencies"
|
msg_info "Installing Dependencies"
|
||||||
$STD apt-get install -y \
|
$STD apt install -y libusb-1.0-0
|
||||||
jq \
|
|
||||||
libusb-1.0-0
|
|
||||||
msg_ok "Installed Dependencies"
|
msg_ok "Installed Dependencies"
|
||||||
|
|
||||||
msg_info "Fetching Latest Bitfocus Companion Release"
|
msg_info "Fetching Latest Bitfocus Companion Release"
|
||||||
|
|||||||
Reference in New Issue
Block a user