Compare commits

..

No commits in common. "ebf0b2ff8f6e9abd822eb199dfd67c828c0d5385" and "2d6370398c750cf46d28840a29b2891bc20b83bb" have entirely different histories.

3 changed files with 4 additions and 5 deletions

View file

@ -8,7 +8,7 @@ packages:
- 'sddm' #kept because I'd be unable to log in otherwise - 'sddm' #kept because I'd be unable to log in otherwise
#- 'firefox' #disabling has nothing to do with Hyprland usage: disabled because I use Zen Browser #- 'firefox' #disabling has nothing to do with Hyprland usage: disabled because I use Zen Browser
- 'waydroid' #kept because I want Android - 'waydroid' #kept because I want Android
#- 'waydroid-image' #kept because I want Android - disable now because I'm switching to a custom image - 'waydroid-image' #kept because I want Android
- 'wl-clipboard' #kept because I'm not sure if the clipboard will work without it. - 'wl-clipboard' #kept because I'm not sure if the clipboard will work without it.
- 'systemsettings' #dependency of plasma - kept because I like their settings GUI - 'systemsettings' #dependency of plasma - kept because I like their settings GUI
- 'konsole' #dependency of plasma - kept because I need a terminal bruh - 'konsole' #dependency of plasma - kept because I need a terminal bruh

View file

@ -1,3 +1,2 @@
#!/bin/bash #!/bin/bash
waydroid init -f -c https://ota.supechicken666.dev/a16-qpr2/system/ -v https://ota.supechicken666.dev/a16-qpr2/vendor -r lineage -s VANILLA waydroid init
waydroid upgrade

View file

@ -1,10 +1,10 @@
description: Runs waydroid init once. | UPDATE 2.0.0 - JUST IN! It now installs SupeChicken666's Android 16 image (see https://github.com/WayDroid-ATV/waydroid-builds/ for any potential issues) instead of merely init-ing whatever you already had, which is probably the default Waydroid image (ancient Android 13) if you installed the waydroid-image package, or showing an image-chooser GUI (which is an exceptionally horrible idea on declarative systems, like DCli). No, this will not wipe your user data (tho a manual reset may be a solution if something breaks after the update). Yes, the hook will auto re-run. description: Runs waydroid init once.
package-files: package-files:
- dependencies.yaml - dependencies.yaml
post_install_hook: "hook.sh" post_install_hook: "hook.sh"
hook_behavior: once hook_behavior: once
author: "Guzio" author: "Guzio"
version: "2.0.0" version: "1.0.0"
category: "packages" category: "packages"
tags: [] tags: []
license: "MIT" license: "MIT"