Skip to content

Commit 65cb714

Browse files
committed
Better support for Arch Linux ARM 32bit
1 parent 7b08b75 commit 65cb714

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

scripts/common/system-info.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -659,6 +659,10 @@ if [ "${OS}" = 'Alpine Linux' ] \
659659
|| [ "${DISTRO}" = 'alpine' ]; then
660660
DISTRO_FAMILY='Alpine'
661661
OS='Linux'
662+
elif [ "${OS}" = 'Arch Linux ARM' ]; then
663+
DISTRO='Arch Linux'
664+
DISTRO_FAMILY='Arch'
665+
OS='Linux'
662666
elif [ "${OS}" = 'Ubuntu' ]; then
663667
DISTRO='Ubuntu'
664668
DISTRO_FAMILY='Ubuntu'

0 commit comments

Comments
 (0)