From a226e28f10c7a9c0170c8cde6c4bfca55d95cf29 Mon Sep 17 00:00:00 2001 From: FoXeNe <121698405+FoXeNe@users.noreply.github.com> Date: Fri, 27 Feb 2026 22:46:26 +0300 Subject: [PATCH] refactor(install): delete exit on any error --- install.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/install.sh b/install.sh index 51305b5..6e3bdeb 100755 --- a/install.sh +++ b/install.sh @@ -1,5 +1,4 @@ #!/bin/bash -set -e # exit on any error echo "🛠️ starting installation"