From 6ccbd386c0ce9209100316abcc2855174033f8b0 Mon Sep 17 00:00:00 2001 From: Rishon Date: Thu, 12 Dec 2024 20:43:24 +0530 Subject: [PATCH] Save #1 --- core/wine-installer-debian.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/wine-installer-debian.sh b/core/wine-installer-debian.sh index da2e28b..0acc05f 100644 --- a/core/wine-installer-debian.sh +++ b/core/wine-installer-debian.sh @@ -83,7 +83,7 @@ echo "1)Stable build (Recommended)" echo "2)Development build (Recommended for testing use only)" echo "3)Staging build (Recommended for testing use only)" read -p "Select build channel:" build -n 1 -r -if ["$build" = "1"] +if [ "$build" = "1" ] build = "stable" fi if ["$build" = "2"]