Skip to content

Commit b46edb4

Browse files
authored
Add Arch based distro 'Artix' for linux installer (beefproject#2373)
Thanks @AbdeltwabMF for contributing!
1 parent 5fdd96f commit b46edb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: install

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ install_linux() {
8787
DISTRO_ID=$(cat /etc/os-release | grep ID= | grep -v "BUILD" | grep -v "IMAGE" | cut -d= -f2-)
8888
if [ "${DISTRO_ID}" = 'kali' ]; then
8989
Distro='Kali'
90-
elif [ "${DISTRO_ID}" = 'arch' ] || [ "${DISTRO_ID}" = 'manjaro' ]; then
90+
elif [ "${DISTRO_ID}" = 'arch' ] || [ "${DISTRO_ID}" = 'artix' ] || [ "${DISTRO_ID}" = 'manjaro' ]; then
9191
Distro='Arch'
9292
fi
9393
fi

0 commit comments

Comments
 (0)