Fix list for 2021

This commit is contained in:
Pascal Vizeli 2021-08-24 13:38:06 +02:00
parent a2abe79729
commit 96f8a66440
2 changed files with 1 additions and 2 deletions

View file

@ -36,7 +36,6 @@ bash installer.sh --machine MY_MACHINE
## Supported Machine types ## Supported Machine types
- intel-nuc
- generic-x86-64 - generic-x86-64
- odroid-c2 - odroid-c2
- odroid-n2 - odroid-n2

View file

@ -181,7 +181,7 @@ case $ARCH in
;; ;;
esac esac
if [[ ! "${MACHINE}" =~ ^(intel-nuc|odroid-c2|odroid-n2|odroid-xu|qemuarm|qemuarm-64|qemux86|qemux86-64|raspberrypi|raspberrypi2|raspberrypi3|raspberrypi4|raspberrypi3-64|raspberrypi4-64|tinker)$ ]]; then if [[ ! "${MACHINE}" =~ ^(generic-x86-64|odroid-c2|odroid-n2|odroid-xu|qemuarm|qemuarm-64|qemux86|qemux86-64|raspberrypi|raspberrypi2|raspberrypi3|raspberrypi4|raspberrypi3-64|raspberrypi4-64|tinker|khadas-vim3)$ ]]; then
error "Unknown machine type ${MACHINE}!" error "Unknown machine type ${MACHINE}!"
fi fi