waydroid / docs

https://docs.waydro.id/
16 stars 45 forks source link

curl writes HTTP error response to waydroid.gpg #6

Closed aditya24raj closed 2 years ago

aditya24raj commented 2 years ago

At https://github.com/waydroid/docs/blob/master/usage/install-on-desktops.md#install this command sudo curl https://repo.waydro.id/waydroid.gpg --output /usr/share/keyrings/waydroid.gpg will also write HTTP error response, if it occurs, to waydroid.gpg

This command curl -# --proto '=https' --tlsv1.2 -Sf https://repo.waydro.id/waydroid.gpg --output /usr/share/keyrings/waydroid.gpg exits in case any HTTP error occurs. i am using this command in a bash script i wrote to automate waydroid installation.

electrikjesus commented 2 years ago

I will get that updated again later today. Thank you.

electrikjesus commented 2 years ago

Could you share your automation script possibly? I'd like to take a look and see if it is something that will work for an easier method to get users started

aditya24raj commented 2 years ago

Thank you for your consideration. Here is the repo of the automation script - https://github.com/aditya24raj/install_waydroid

It does installs waydroid successfully. but i could not run waydroid, even using manual instructions. so can you please tell me if the script works and waydroid launches successfully on your side?