1
1
mirror of https://github.com/wez/wezterm.git synced 2025-01-03 11:11:43 +03:00

get-deps: add artix distribution

This commit is contained in:
Funami580 2022-05-15 00:31:16 +02:00 committed by Wez Furlong
parent 770ccbae66
commit 2c84ddf4ba

View File

@ -294,7 +294,7 @@ case $ID in
freebsd) # available since 13.0 freebsd) # available since 13.0
bsd_deps bsd_deps
;; ;;
arch) arch|artix)
arch_deps arch_deps
;; ;;
gentoo) gentoo)