diff options
| author | Joshua M. Boniface <joshua@boniface.me> | 2020-03-23 15:40:19 -0400 |
|---|---|---|
| committer | Joshua M. Boniface <joshua@boniface.me> | 2020-03-23 15:40:19 -0400 |
| commit | f72c5b7a1d4db9b16f3b15cebe12bbca110bf7ef (patch) | |
| tree | fb42f9796f35136e33d5257d564f68bd32a9b7a0 | |
| parent | c4a29e537cf7f74d592a4b230627876f0bf0de37 (diff) | |
Fix version output
| -rwxr-xr-x | deployment/build.debian.amd64 | 2 | ||||
| -rwxr-xr-x | deployment/build.debian.arm64 | 2 | ||||
| -rwxr-xr-x | deployment/build.debian.armhf | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/deployment/build.debian.amd64 b/deployment/build.debian.amd64 index 89f8445d8..c43585161 100755 --- a/deployment/build.debian.amd64 +++ b/deployment/build.debian.amd64 @@ -1,6 +1,6 @@ #!/bin/bash -#= Debian 9+ amd64 .deb +#= Debian 10+ amd64 .deb set -o errexit set -o xtrace diff --git a/deployment/build.debian.arm64 b/deployment/build.debian.arm64 index 3525ae471..4225c2f9d 100755 --- a/deployment/build.debian.arm64 +++ b/deployment/build.debian.arm64 @@ -1,6 +1,6 @@ #!/bin/bash -#= Debian 9+ arm64 .deb +#= Debian 10+ arm64 .deb set -o errexit set -o xtrace diff --git a/deployment/build.debian.armhf b/deployment/build.debian.armhf index 45730eebe..f71a96041 100755 --- a/deployment/build.debian.armhf +++ b/deployment/build.debian.armhf @@ -1,6 +1,6 @@ #!/bin/bash -#= Debian 9+ arm64 .deb +#= Debian 10+ arm64 .deb set -o errexit set -o xtrace |
