:: Re: [DNG] Trying to install Waydroi…
Top Page
Delete this message
Reply to this message
Author: Didier Kryn
Date:  
To: dng
Subject: Re: [DNG] Trying to install Waydroid
Le 01/09/2025 à 13:40, Pontus Goffe via Dng a écrit :
>
>
> At 2025-08-31 15:56 Didier Kryn wrote:
>>
>>     The first instruction to install  is to execute 'curl -s
>> https://repo.waydro.id/ | sudo bash' , but I get the message
> Its a bit too brave to execute like that I think...
>>     I bet it only knows about Debian version codes, but how does it
>> get to read that the installed version is Daedalus?
> At line 23:
> UPSTREAM_CODENAME=$(grep "^VERSION_CODENAME=" ${OS_RELEASE} | cut -d'=' -f2)
> //PG


    Well, on my system, ${OS_RELEASE}is not defined. Maybe it is built
some way in the script. I didn't look.

    Good that you sent the issue becaus this is probably a concern for
other apps and it maybe interesting anyway to gave an Android emulation
at hand.

--     Didier