mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2025-03-01 08:01:23 +00:00
3 lines
89 B
Bash
3 lines
89 B
Bash
# Allow upgrades from Virtual to Generic
|
|
[ "$1" = "Virtual.x86_64" ] && exit 0 || exit 1
|