-
Notifications
You must be signed in to change notification settings - Fork 680
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added support for Ubuntu 20.04 and 22.04 #1312
base: master
Are you sure you want to change the base?
Conversation
vnc? |
What's with vnc? Btw, I cannot merge, even if it's approved. |
i need gui control for ubuntu 22.04 |
It's working for me. What's your issue? Did you check the logs? |
I haven't tried vnc |
If you want help, please post more specifics (What have you tried, what is in the logs, what are you using). Also, better open up a new issue, since it probably doesn't have a lot to do with this PR. |
How can I merge |
Only if you are a maintainer on this repo. Then you just press merge. Otherwise just compile what's in my fork. |
How did you build it? |
@@ -303,7 +303,9 @@ | |||
<item>precise</item> | |||
<item>trusty</item> | |||
<item>xenial</item> | |||
<item>bionic</item> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -101,7 +101,7 @@ | |||
<string name="x86_64_debian_arch" translatable="false">amd64</string> | |||
|
|||
<!-- Ubuntu --> | |||
<string name="ubuntu_suite" translatable="false">bionic</string> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Depends on meefik/linuxdeploy-cli#29