Skip to content
This repository was archived by the owner on Aug 19, 2025. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions scripts/setup_host.sh
Original file line number Diff line number Diff line change
Expand Up @@ -453,6 +453,11 @@ fi" > /usr/local/share/sleep-inhibitor/plugins/is-wakelock-active
reboot_required=1
}

function ubu_install_cfc_host_agent_deps() {
printf "Installing cfc_host_agent dependecies - libnotify-bin\n"
sudo apt-get -y install libnotify-bin
}

function show_help() {
printf "$(basename "$0") [-q] [-u] [--auto-start]\n"
printf "Options:\n"
Expand Down Expand Up @@ -518,6 +523,7 @@ ubu_enable_host_sriov

install_vm_manager

ubu_install_cfc_host_agent_deps
prepare_required_scripts
setup_sof
ubu_install_swtpm
Expand Down