Commit 4a1f89dd authored by Иван Мажукин's avatar Иван Мажукин Committed by Vitaly Lipatov

epm play netbird: remove wildcard in case (eterbug #17865)

The wildcard breaks the installation on x86_64(amd64) arch
parent ea39de52
...@@ -16,9 +16,6 @@ i386) ...@@ -16,9 +16,6 @@ i386)
armv6l | armv7l) armv6l | armv7l)
arch="armv6" arch="armv6"
;; ;;
*)
fatal "Unsupported architecture: $arch"
;;
esac esac
if [ "$VERSION" = "*" ]; then if [ "$VERSION" = "*" ]; then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment