linuxOS_D21X/source/linux-5.10/drivers/net/wireless/icommsemi/script/scratch

12 lines
139 B
Plaintext
Raw Normal View History

2024-11-29 08:23:11 +00:00
#!/bin/sh
if [ "`whoami`" != "root" ]; then
echo Need to be root to execute.;
exit 1;
fi
cd ..
make clean
make -j 4
make install