mirror of
https://github.com/gutosie/neoboot.git
synced 2025-11-02 04:15:47 +01:00
Update iNB.sh
This commit is contained in:
7
iNB.sh
7
iNB.sh
@@ -12,9 +12,6 @@ elif [ -f /etc/opkg/opkg.conf ] ; then
|
|||||||
STATUS='/var/lib/opkg/status'
|
STATUS='/var/lib/opkg/status'
|
||||||
OS='Opensource'
|
OS='Opensource'
|
||||||
fi
|
fi
|
||||||
#if [ -e /etc/name ]; then
|
|
||||||
#rm -rf /etc/name
|
|
||||||
#fi
|
|
||||||
[ -e /tmp/neoboot.zip ] && rm -f /tmp/neoboot.zip
|
[ -e /tmp/neoboot.zip ] && rm -f /tmp/neoboot.zip
|
||||||
[ -e /tmp/neoboot-main ] && rm -rf /tmp/neoboot-main
|
[ -e /tmp/neoboot-main ] && rm -rf /tmp/neoboot-main
|
||||||
[ $PL ] && echo "Pobieranie archiwum..." || echo "Downloading archive file..."
|
[ $PL ] && echo "Pobieranie archiwum..." || echo "Downloading archive file..."
|
||||||
@@ -56,7 +53,9 @@ chmod 755 ./ex_init.py
|
|||||||
chmod 755 ./files/*.sh
|
chmod 755 ./files/*.sh
|
||||||
chmod -R +x ./ubi_reader_arm/*
|
chmod -R +x ./ubi_reader_arm/*
|
||||||
chmod -R +x ./ubi_reader_mips/*
|
chmod -R +x ./ubi_reader_mips/*
|
||||||
rm -f /tmp/.*
|
if [ -e /etc/name ]; then
|
||||||
|
rm -f /tmp/.*
|
||||||
|
fi
|
||||||
if [ $PL ] ; then
|
if [ $PL ] ; then
|
||||||
echo ""
|
echo ""
|
||||||
echo "#####################################################"
|
echo "#####################################################"
|
||||||
|
|||||||
Reference in New Issue
Block a user