diff --git a/modules/system-packages-GuzioPadV4/packages-blendplasma.yaml b/modules/system-packages-GuzioPadV4/packages-blendplasma.yaml index 8eb46ff..f46e63a 100644 --- a/modules/system-packages-GuzioPadV4/packages-blendplasma.yaml +++ b/modules/system-packages-GuzioPadV4/packages-blendplasma.yaml @@ -8,7 +8,7 @@ packages: - '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 - 'waydroid' #kept because I want Android - - 'waydroid-image' #kept because I want Android + #- 'waydroid-image' #kept because I want Android - disable now because I'm switching to a custom image - '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 - 'konsole' #dependency of plasma - kept because I need a terminal bruh diff --git a/modules/waydroid-init/hook.sh b/modules/waydroid-init/hook.sh index 19c3a7c..27528e0 100644 --- a/modules/waydroid-init/hook.sh +++ b/modules/waydroid-init/hook.sh @@ -1,2 +1,3 @@ #!/bin/bash -waydroid init \ No newline at end of file +waydroid init -f -c https://ota.supechicken666.dev/a16-qpr2/system/ -v https://ota.supechicken666.dev/a16-qpr2/vendor -r lineage -s VANILLA +waydroid upgrade \ No newline at end of file diff --git a/modules/waydroid-init/module.yaml b/modules/waydroid-init/module.yaml index 4761245..d49bc34 100644 --- a/modules/waydroid-init/module.yaml +++ b/modules/waydroid-init/module.yaml @@ -1,10 +1,10 @@ -description: Runs waydroid init once. +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. package-files: - dependencies.yaml post_install_hook: "hook.sh" hook_behavior: once author: "Guzio" -version: "1.0.0" +version: "2.0.0" category: "packages" tags: [] license: "MIT"