Skip to content

Commit

Permalink
Update env.sh
Browse files Browse the repository at this point in the history
kernel module intalled to /lib/module/<kernel_version>/extra dir.
  • Loading branch information
yuanl authored and atanzu committed Feb 20, 2025
1 parent 6687419 commit ff5d3c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap/env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ then
fi

lsmod | grep -q nitro_enclaves || \
sudo insmod ${NITRO_CLI_INSTALL_DIR}/lib/modules/extra/nitro_enclaves/nitro_enclaves.ko
sudo insmod ${NITRO_CLI_INSTALL_DIR}/lib/modules/$(uname -r)/extra/nitro_enclaves/nitro_enclaves.ko

export PATH=${PATH}:${NITRO_CLI_INSTALL_DIR}/usr/bin/:${NITRO_CLI_INSTALL_DIR}/etc/profile.d/
export NITRO_CLI_BLOBS=${NITRO_CLI_INSTALL_DIR}/usr/share/nitro_enclaves/blobs

0 comments on commit ff5d3c0

Please sign in to comment.