mirror of
https://github.com/gutosie/neoboot.git
synced 2025-12-20 07:19:43 +01:00
Update userscript.sh
This commit is contained in:
@@ -41,6 +41,13 @@
|
|||||||
echo "github server available"
|
echo "github server available"
|
||||||
echo "The network has a connection. It is OK"
|
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
|
fi
|
||||||
if [ -f /zImage ] ; then
|
if [ -f /zImage ] ; then
|
||||||
rm -r /zImage
|
rm -r /zImage
|
||||||
|
|||||||
Reference in New Issue
Block a user