Skip to content

Commit 22afe4c

Browse files
committed
Add LinuxMint
Adding LinuxMint. LinuxMint is the same as Ubuntu anyway...
1 parent 3c669dc commit 22afe4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

distribute.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ function check_build_deps() {
280280
DIST=$(lsb_release -is)
281281
info "Check build dependencies for $DIST"
282282
case $DIST in
283-
Debian|Ubuntu)
283+
Debian|Ubuntu|LinuxMint)
284284
check_pkg_deb_installed "build-essential zlib1g-dev cython"
285285
;;
286286
*)

0 commit comments

Comments
 (0)