From f0d22668ec9410dbe94fae87de2b2b219d76f3e6 Mon Sep 17 00:00:00 2001 From: Beeranco <49772805+Beeranco@users.noreply.github.com> Date: Sun, 13 Aug 2023 15:18:27 +0200 Subject: [PATCH] Update Installer.sh Fixed DistroVersion check --- Installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installer.sh b/Installer.sh index b5b6cdb..8f76392 100644 --- a/Installer.sh +++ b/Installer.sh @@ -28,7 +28,7 @@ if [[ $dist != debian ]]; then fi -if [[ $dist != 11 ]]; then +if [[ $dist_ver != 11 ]]; then if (whiptail --title "Warning" --yesno "This script is tested on Debian 11, use it on your own risk. \nYou're currently running Debian $dist_ver! \n\nContinue anyway?" 10 78); then echo "" else