linuxOS_D21X/source/linux-5.10/drivers/net/wireless/icommsemi/script/scratch
2024-11-29 16:23:11 +08:00

12 lines
139 B
Bash
Executable File

#!/bin/sh
if [ "`whoami`" != "root" ]; then
echo Need to be root to execute.;
exit 1;
fi
cd ..
make clean
make -j 4
make install