Browse Source

Fix version output

Joshua M. Boniface 5 years ago
parent
commit
f72c5b7a1d
3 changed files with 3 additions and 3 deletions
  1. 1 1
      deployment/build.debian.amd64
  2. 1 1
      deployment/build.debian.arm64
  3. 1 1
      deployment/build.debian.armhf

+ 1 - 1
deployment/build.debian.amd64

@@ -1,6 +1,6 @@
 #!/bin/bash
 
-#= Debian 9+ amd64 .deb
+#= Debian 10+ amd64 .deb
 
 set -o errexit
 set -o xtrace

+ 1 - 1
deployment/build.debian.arm64

@@ -1,6 +1,6 @@
 #!/bin/bash
 
-#= Debian 9+ arm64 .deb
+#= Debian 10+ arm64 .deb
 
 set -o errexit
 set -o xtrace

+ 1 - 1
deployment/build.debian.armhf

@@ -1,6 +1,6 @@
 #!/bin/bash
 
-#= Debian 9+ arm64 .deb
+#= Debian 10+ arm64 .deb
 
 set -o errexit
 set -o xtrace