From 974aeaccc83519513d9e3297e1638891cdc76f57 Mon Sep 17 00:00:00 2001 From: Szymon Kolano Date: Sat, 24 Aug 2024 09:10:53 +0200 Subject: [PATCH] ubuntu check --- install.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/install.sh b/install.sh index 535d6e3..c9ae8c7 100644 --- a/install.sh +++ b/install.sh @@ -27,10 +27,6 @@ check_system() { echo "BŁĄD: Skrypt wspiera jedynie Ubuntu 22.04 LTS" exit 1 fi - else - echo "BŁĄD: Skrypt wspiera jedynie Ubuntu 22.04 LTS" - exit 1 - fi } check_system