:: Re: [DNG] Trying to install Waydroi…
Top Page
Delete this message
Reply to this message
Author: Pontus Goffe
Date:  
To: dng
Subject: Re: [DNG] Trying to install Waydroid

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