mirror of https://gitee.com/bigwinds/arangodb
added message for ArchLinux
This commit is contained in:
parent
071ecff0fe
commit
82d5226fe8
|
@ -51,6 +51,11 @@ echo
|
||||||
|
|
||||||
case $TRI_OS_LONG in
|
case $TRI_OS_LONG in
|
||||||
|
|
||||||
|
Linux-ArchLinux-*)
|
||||||
|
echo "Packetize for ArchLinux is not not supported."
|
||||||
|
exit 0
|
||||||
|
;;
|
||||||
|
|
||||||
Linux-openSUSE*)
|
Linux-openSUSE*)
|
||||||
echo "Using configuration for openSuSE"
|
echo "Using configuration for openSuSE"
|
||||||
package_type="rpm"
|
package_type="rpm"
|
||||||
|
|
Loading…
Reference in New Issue