Compare commits
2 commits
2d6370398c
...
ebf0b2ff8f
| Author | SHA1 | Date | |
|---|---|---|---|
| ebf0b2ff8f | |||
| 349e0c9edb |
3 changed files with 5 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,2 +1,3 @@
|
|||
#!/bin/bash
|
||||
waydroid init
|
||||
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
|
||||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue