0
0
mirror of https://github.com/libretro/Lakka-LibreELEC.git synced 2025-03-01 08:01:23 +00:00
2017-02-02 13:27:37 -08:00

3 lines
89 B
Bash

# Allow upgrades from Virtual to Generic
[ "$1" = "Virtual.x86_64" ] && exit 0 || exit 1