mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-10-29 23:42:03 +01:00
Additionally - Drop old unneeded gbinder.conf - Probe "fuse" module mandatory for LXC container to boot successfully - Update Waydroid configuration on post-upgrade
5 lines
79 B
Bash
5 lines
79 B
Bash
#!/bin/sh
|
|
echo "Updating Waydroid configuration..."
|
|
waydroid upgrade -o
|
|
exit 0
|