Skip to content

Commit

Permalink
Merge pull request #1376 from 0xr3act0r/patch-1
Browse files Browse the repository at this point in the history
Added "apt install linux-modules-extra" package for proper installation of ubi and nandsim modules
  • Loading branch information
m-1-k-3 authored Nov 18, 2024
2 parents c7f6640 + 4112acb commit 8e98261
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions installer/ID1_ubuntu_os.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ ID1_ubuntu_os() {
print_tool_info "notification-daemon" 1
print_tool_info "dbus" 1
print_tool_info "dbus-x11" 1
# To using ubi and nandsim with modprobe, the linux-modules-extra package must be installed. (Ubuntu 22.04)
print_tool_info "linux-modules-extra-$(uname -r)" 1

# is not available in Ubuntu 24.04 -> need to check on this:
# print_tool_info "libnotify-cil-dev" 1

Expand Down

0 comments on commit 8e98261

Please sign in to comment.