summaryrefslogtreecommitdiff
path: root/build-deb.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build-deb.sh')
-rwxr-xr-xbuild-deb.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/build-deb.sh b/build-deb.sh
index 208b706..f87e565 100755
--- a/build-deb.sh
+++ b/build-deb.sh
@@ -56,6 +56,9 @@ then
stretch)
debian_version=9
;;
+ buster)
+ debian_version=10
+ ;;
esac
fi