From 679884aebfd0aab5b3ed0d1b28bc391eb058f9cf Mon Sep 17 00:00:00 2001 From: ahs Date: Mon, 27 Jun 2022 17:19:35 +0530 Subject: [PATCH] Add cfc_host_agent dependencies to setup_host Signed-off-by: ahs --- scripts/setup_host.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/scripts/setup_host.sh b/scripts/setup_host.sh index a698c82..c0f7086 100755 --- a/scripts/setup_host.sh +++ b/scripts/setup_host.sh @@ -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" @@ -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