2023-06-09 17:33:08 +00:00
|
|
|
# These scripts must be sourced (not executed) to work properly
|
2023-06-01 08:35:53 +00:00
|
|
|
# shellcheck disable=SC1091
|
2023-06-09 17:33:08 +00:00
|
|
|
[ -f /usr/share/deviceinfo/deviceinfo ] && . /usr/share/deviceinfo/deviceinfo
|
|
|
|
[ -f /etc/deviceinfo ] && . /etc/deviceinfo
|
|
|
|
|
|
|
|
[ -z "$deviceinfo_arch" ] && { echo "$0: ERROR: deviceinfo file is missing!!"; exit 1; } || true
|