Skip to content

Commit

Permalink
added arch support
Browse files Browse the repository at this point in the history
Signed-off-by: Keloran <keloran@chewedfeed.com>
Keloran authored and innobead committed May 8, 2022
1 parent f29d1da commit b4fd827
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/environment_check.sh
Original file line number Diff line number Diff line change
@@ -93,6 +93,10 @@ set_packages_and_check_cmd()
CHECK_CMD='rpm -q'
PACKAGES=(nfs-client open-iscsi)
;;
*"arch"* )
CHECK_CMD='pacman -Q'
PACKAGES=(nfs-utils open-iscsi)
;;
*)
CHECK_CMD=''
PACKAGES=()

0 comments on commit b4fd827

Please sign in to comment.