Skip to content

Commit 31dfae8

Browse files
committed
fix: support Manjaro in OS detection for installation script
1 parent 6c8c2c3 commit 31dfae8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install-wiredoor-cli.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ detect_os() {
3535
alpine)
3636
echo "alpine"
3737
;;
38-
arch)
38+
arch|manjaro)
3939
echo "archlinux"
4040
;;
4141
*)

0 commit comments

Comments
 (0)