mirror of
				https://github.com/gutosie/neoboot.git
				synced 2025-10-31 19:35:48 +01:00 
			
		
		
		
	Add files via upload
This commit is contained in:
		| @@ -10,7 +10,6 @@ if [ -e /.control_boot_new_image ] ; then | |||||||
|     ln -sf "/usr/lib/enigma2/python/Plugins/Extensions/NeoBoot" "/NeoBoot" |     ln -sf "/usr/lib/enigma2/python/Plugins/Extensions/NeoBoot" "/NeoBoot" | ||||||
| fi | fi | ||||||
|  |  | ||||||
|  |  | ||||||
| if [ ! -e `cat /usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/.location`$IMAGEKATALOG/.neonextboot ] ; then | if [ ! -e `cat /usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/.location`$IMAGEKATALOG/.neonextboot ] ; then | ||||||
|         mkdir `cat /usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/.location`  |         mkdir `cat /usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/.location`  | ||||||
|         /usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/files/neo.sh   |         /usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/files/neo.sh   | ||||||
| @@ -30,10 +29,9 @@ if [ $? -gt 0 ]; then | |||||||
| 	   | 	   | ||||||
|       if [ $? -gt 0 ]; then |       if [ $? -gt 0 ]; then | ||||||
|           if [ -e /usr/bin/curl ]; then |           if [ -e /usr/bin/curl ]; then | ||||||
|               cd /tmp; curl -O --ftp-ssl https://raw.githubusercontent.com/gutosie/NeoBoot8/master/ver.txt;  |               cd /tmp; curl -O --ftp-ssl https://raw.githubusercontent.com/gutosie/neoboot/master/ver.txt; cd / | ||||||
|               cd / |  | ||||||
|           elif [ -e /usr/bin/wget ]; then |           elif [ -e /usr/bin/wget ]; then | ||||||
|               wget https://raw.githubusercontent.com/gutosie/NeoBoot8/master/ver.txt -O /tmp/ver.txt |               wget https://raw.githubusercontent.com/gutosie/neoboot/master/ver.txt -O /tmp/ver.txt | ||||||
|               cd / |               cd / | ||||||
|  |  | ||||||
|           fi |           fi | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user