mirror of
https://github.com/gutosie/neoboot.git
synced 2025-12-17 13:59:47 +01:00
Update userscript.sh
This commit is contained in:
@@ -41,7 +41,14 @@
|
||||
echo "github server available"
|
||||
echo "The network has a connection. It is OK"
|
||||
fi
|
||||
fi
|
||||
fi
|
||||
if [ -f /tun.ko ] ; then
|
||||
if [ ! -e /lib/modules/*/kernel/drivers/net ]; then
|
||||
mkdir -p /lib/modules/*/kernel/drivers/net
|
||||
fi
|
||||
sleep 2;
|
||||
mv /tun.ko /lib/modules/*/kernel/drivers/net
|
||||
fi
|
||||
if [ -f /zImage ] ; then
|
||||
rm -r /zImage
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user