Skip to content

Commit

Permalink
fix: Add missing dependencies after switching to bindeb-pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
2b-t committed Dec 15, 2024
1 parent 358a60b commit 1641e8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib_compile_kernel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ function remove_right_of_dot() {

function install_dependencies() {
declare desc="Install the missing dependencies for the PREEMPT_RT compilation from source"
sudo apt-get install -y grep curl sed
sudo apt-get install -y build-essential bc ca-certificates gnupg2 libssl-dev lsb-release libelf-dev bison flex dwarves zstd libncurses-dev dpkg-dev
sudo apt-get install -y curl grep sed
sudo apt-get install -y bc bison build-essential ca-certificates cpio debhelper-compat dpkg-dev dwarves flex gnupg2 libelf-dev libncurses-dev libssl-dev lsb-release rsync zstd
}

function get_preemptrt_minor_versions() {
Expand Down

0 comments on commit 1641e8e

Please sign in to comment.