diff options
| -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 |
