From ec364b7872e66590d9eca6a92030056bef367496 Mon Sep 17 00:00:00 2001 From: Alejandro Bringas Martinez <49424816+iWeaker4you@users.noreply.github.com> Date: Thu, 21 Oct 2021 16:21:45 -0700 Subject: [PATCH] Add schedtool dep on Debian (#337) --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 067545a..17c8ceb 100755 --- a/install.sh +++ b/install.sh @@ -39,7 +39,7 @@ _install_dependencies() { fi if [ "$_distro" = "Debian" -o "$_distro" = "Ubuntu" ]; then msg2 "Installing dependencies" - sudo apt install git wget build-essential fakeroot libncurses5-dev libssl-dev ccache bison flex qtbase5-dev bc rsync kmod cpio libelf-dev lz4 zstd ${clang_deps} -y + sudo apt install git wget build-essential schedtool fakeroot libncurses5-dev libssl-dev ccache bison flex qtbase5-dev bc rsync kmod cpio libelf-dev lz4 zstd ${clang_deps} -y elif [ "$_distro" = "Fedora" ]; then msg2 "Installing dependencies" if [ $(rpm -E %fedora) = "32" ]; then