mirror of
https://github.com/gutosie/neoboot.git
synced 2025-11-01 11:55:47 +01:00
Update README.md
This commit is contained in:
16
README.md
16
README.md
@@ -13,19 +13,27 @@ opkg install curl
|
|||||||
|
|
||||||
curl -kLs https://raw.githubusercontent.com/gutosie/neoboot/master/iNB.sh|sh
|
curl -kLs https://raw.githubusercontent.com/gutosie/neoboot/master/iNB.sh|sh
|
||||||
|
|
||||||
|
#
|
||||||
|
|
||||||
-jeśli w/w polecenie nie zadział próbujemy polecenia:
|
-jeśli w/w polecenie nie zadział próbujemy polecenia:
|
||||||
|
|
||||||
-if the command doesn't work, try the command:
|
-if the command doesn't work, try the command:
|
||||||
|
|
||||||
|
|
||||||
rm /tmp/*.sh
|
cd /tmp; rm ./*.sh; wget --no-check-certificate https://raw.githubusercontent.com/gutosie/neoboot/master/iNB.sh;chmod 755 ./iNB.sh;sh ./iNB.sh; rm ./iNB.sh; cd
|
||||||
|
|
||||||
|
|
||||||
cd /tmp; wget https://raw.githubusercontent.com/gutosie/neoboot/master/iNB.sh;chmod 755 /tmp/iNB.sh; /tmp/iNb.sh; rm /tmp/iNb.sh
|
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|
||||||
|
-jeśli w/w polecenie nie zadział próbujemy następne polecenia:
|
||||||
|
|
||||||
|
-if the command doesn't work, try the command:
|
||||||
|
|
||||||
|
cd /tmp; rm ./*.sh; fullwget --no-check-certificate https://raw.githubusercontent.com/gutosie/neoboot/master/iNB.sh;chmod 755 ./iNB.sh;sh ./iNB.sh; rm ./iNB.sh; cd
|
||||||
|
|
||||||
|
#
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
UWAGA!!!
|
UWAGA!!!
|
||||||
Redystrybucja wersji programu i dokonywania modyfikacji JEST DOZWOLONE, pod warunkiem zachowania niniejszej informacji o prawach autorskich.
|
Redystrybucja wersji programu i dokonywania modyfikacji JEST DOZWOLONE, pod warunkiem zachowania niniejszej informacji o prawach autorskich.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user