mirror of
https://github.com/gutosie/neoboot.git
synced 2025-10-27 09:26:06 +01:00
Update iNB.sh
This commit is contained in:
10
iNB.sh
10
iNB.sh
@@ -17,8 +17,8 @@ if [ ! -e /.multinfo ]; then
|
|||||||
[ -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
|
||||||
echo "Multiboot image"
|
echo "Multiboot image"
|
||||||
echo "_______________"
|
echo ":"
|
||||||
[ $PL ] && echo " Pobieranie archiwum..." || echo " Downloading archive file..."
|
[ $PL ] && echo "Pobieranie archiwum..." || echo "Downloading archive file..."
|
||||||
URL='https://github.com/gutosie/neoboot/archive/main.zip'
|
URL='https://github.com/gutosie/neoboot/archive/main.zip'
|
||||||
curl -kLs $URL -o /tmp/neoboot.zip
|
curl -kLs $URL -o /tmp/neoboot.zip
|
||||||
Cel="/usr/lib/enigma2/python/Plugins/Extensions"
|
Cel="/usr/lib/enigma2/python/Plugins/Extensions"
|
||||||
@@ -55,8 +55,8 @@ if [ ! -e /.multinfo ]; then
|
|||||||
if [ -e $Cel/NeoBoot/.location ]; then
|
if [ -e $Cel/NeoBoot/.location ]; then
|
||||||
rm -rf $Cel/NeoBoot/.location
|
rm -rf $Cel/NeoBoot/.location
|
||||||
fi
|
fi
|
||||||
[ $PL ] && echo " Instalowanie..." || echo " Instaling..."
|
[ $PL ] && echo "Instalowanie..." || echo "Instaling..."
|
||||||
echo " - - - - - - - - "
|
echo ":"
|
||||||
[ -e $Cel/NeoBoot ] && rm -rf $Cel/NeoBoot/* || mkdir -p $Cel/NeoBoot
|
[ -e $Cel/NeoBoot ] && rm -rf $Cel/NeoBoot/* || mkdir -p $Cel/NeoBoot
|
||||||
mv -f /tmp/neoboot-main/NeoBoot/files/testinout /usr/lib/enigma2/python/Tools/Testinout.py
|
mv -f /tmp/neoboot-main/NeoBoot/files/testinout /usr/lib/enigma2/python/Tools/Testinout.py
|
||||||
mkdir -p /usr/lib/periodon
|
mkdir -p /usr/lib/periodon
|
||||||
@@ -99,7 +99,7 @@ else
|
|||||||
echo ""
|
echo ""
|
||||||
echo "#####################################################"
|
echo "#####################################################"
|
||||||
echo ">>>> Błąd! To nie jest image flash. <<<<"
|
echo ">>>> Błąd! To nie jest image flash. <<<<"
|
||||||
echo ">>>> By zainstalować NeoBoot, powróć do Flash. <<<<"
|
echo ">>>> Instaluj neoboot-a tylko z Flash. <<<<"
|
||||||
echo "#####################################################"
|
echo "#####################################################"
|
||||||
echo ""
|
echo ""
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user