Simon
Simon
Write in english
So the developers of outcome have to fix this? @silverx2222
> > > In the meantime, try: > > ``` > git clone https://github.com/chenxiaolong/DualBootPatcher.git > cd DualBootPatcher > git submodule update --init > ``` > > DualBootPatcher shouldn't require the...
Cloning the source code without submodules works, but cloning only the submodules gives the same error as before, but now it fails cloning pugixml instead of outcome.
So did Travis worked for you? When I try to build the app with Travis, it only gives me an error
No worries, real life and private stuff should come first.
Same thing here with Void Pro USB on Ubuntu 20.04.
> Does the issue still exist? Maybe a different interfaceID is needed. Yes, the error is still the same with the latest version.
In case this is still relevant, here's my working service: ``` [Unit] Description=Jellyfin Client After=network.target [Service] Type=simple ExecStartPre=/usr/bin/sleep 30 ExecStart=/usr/bin/python3 /usr/local/bin/jellyfin-mpv-shim ExecStop=/bin/kill -s SIGINT $MAINPID Restart=on-failure [Install] WantedBy=default.target ``` Put...
> same . I use magisk 21.4 and then I found it work! So it works with 21.4, but not with the latest?