There seems to be a base and an override deviceinfo now

This commit is contained in:
Tony Garnock-Jones 2023-10-18 22:28:55 +02:00
parent 02a7b88946
commit 8c9325ffdc
1 changed files with 2 additions and 1 deletions

View File

@ -29,7 +29,8 @@ fi
echo
cp synit-apk-key.pub /etc/apk/keys/.
. /etc/deviceinfo
[ -f /usr/share/deviceinfo/deviceinfo ] && . /usr/share/deviceinfo/deviceinfo
[ -f /etc/deviceinfo ] && . /etc/deviceinfo
ls packages/$deviceinfo_arch/
echo "Will use http_proxy=${http_proxy}"