mirror of
https://github.com/chipsec/chipsec
synced 2026-06-08 13:31:00 +00:00
9 lines
140 B
Bash
9 lines
140 B
Bash
cd ../drivers/linux
|
|
rmmod chipsec
|
|
chmod 775 run.sh
|
|
set -e
|
|
echo "Calling make"
|
|
make
|
|
echo "Calling make install"
|
|
make install
|
|
cd ../../scripts |