diff --git a/packages/scripts/install.sh b/packages/scripts/install.sh index bc5c2f3d..5b5a4f04 100755 --- a/packages/scripts/install.sh +++ b/packages/scripts/install.sh @@ -70,7 +70,7 @@ _discover_distro_repo() { case "$ID" in debian) - if [[ -z "${VERSION_ID:+}" ]]; then + if [[ -z "${VERSION_ID:-}" ]]; then VERSION_ID="Unstable" elif [[ "$VERSION_ID" == "9" ]]; then VERSION_ID="$VERSION_ID.0"