📱Android
Upgrading GRILO on Android!
The only way to upgrade GRILO in Android is to unpack the updated files manually. This method also works for bleeding-edge builds. To upgrade, follow these steps:
Log in to the Ubuntu proot
proot-distro login ubuntu
Install
wgetto download the latest release from this page.apt install wgetwget https://github.com/Aptivi/GRILO/releases/download/vx.x.x/x.x.x-bin.zip
Install
unzipto extract the filesapt install unzipunzip x.x.x-bin.zip
Execute
dotnet GRILO.Bootloader.dll
Last updated