mirror of
https://github.com/m4dhouse/Multiboot-FlashOnline.git
synced 2026-02-09 16:17:11 +01:00
6 lines
263 B
Bash
6 lines
263 B
Bash
#!/bin/sh
|
|
clear
|
|
echo "check_certificate = off" >> ~/.wgetrc
|
|
opkg --force-reinstall --force-overwrite --force-downgrade install https://github.com/m4dhouse/Multiboot-FlashOnline/blob/main/enigma2-plugin-extensions-multiboot-flashonline_4.9_all.ipk?raw=true
|
|
exit 0
|