Merge pull request #1155 from mhdry/os-arch32

Added Arch Linux 32
This commit is contained in:
Michael Boelen 2021-05-17 19:56:27 +02:00 committed by GitHub
commit 4833b72488
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -168,6 +168,11 @@
OS_FULLNAME="Arch Linux"
OS_VERSION="Rolling release"
;;
"arch32")
LINUX_VERSION="Arch Linux 32"
OS_FULLNAME="Arch Linux 32"
OS_VERSION="Rolling release"
;;
"centos")
LINUX_VERSION="CentOS"
OS_NAME="CentOS Linux"