mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07: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
|