From 379dfec69c7cb76dc49c8ebd1ca33d77f6cc16a9 Mon Sep 17 00:00:00 2001 From: svsptech Date: Fri, 24 Apr 2026 04:17:40 +0500 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20devices?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- devices | 1 + 1 file changed, 1 insertion(+) diff --git a/devices b/devices index 28ef968..8016a97 100755 --- a/devices +++ b/devices @@ -120,6 +120,7 @@ EOF echo " -> Попытка установки через driver-installer..." if [ -x "$DRIVER_INSTALLER" ]; then + "$DRIVER_INSTALLER" update_list > /dev/null 2>&1 "$DRIVER_INSTALLER" get_name "$VENDOR" "$DEVICE" > /dev/null 2>&1 DEVICE_CHECK=$("$DRIVER_INSTALLER" get_name "$VENDOR" "$DEVICE" 2>/dev/null)