Skip to content

Commit 6436b9b

Browse files
Fix installer detect Debian version (#291)
1 parent ae8047c commit 6436b9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/scripts/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ _discover_distro_repo() {
7070

7171
case "$ID" in
7272
debian)
73-
if [[ -z "${VERSION_ID:+}" ]]; then
73+
if [[ -z "${VERSION_ID:-}" ]]; then
7474
VERSION_ID="Unstable"
7575
elif [[ "$VERSION_ID" == "9" ]]; then
7676
VERSION_ID="$VERSION_ID.0"

0 commit comments

Comments
 (0)