Author: aitor
Date:
To: dng
Subject: Re: [DNG] Trying to install Waydroid
Hi Didier,
On 1/9/25 17:24, Didier Kryn wrote:
> Well, on my system, ${OS_RELEASE}is not defined. Maybe it is built
> some way in the script. I didn't look.
Indeed,
if [ -e /etc/os-release ]; then
OS_RELEASE=/etc/os-release
elif [ -e /usr/lib/os-release ]; then
OS_RELEASE=/usr/lib/os-release
fi
But the parser refuses daedalus.
Aitor.