From 5ca4f5facfb12d5be6ce8103c848031dab6104a4 Mon Sep 17 00:00:00 2001 From: linuzbuh Date: Thu, 18 Nov 2021 00:06:18 +0300 Subject: [PATCH] linuxbux-1c-installer update --- linuxbuh-1c-installer | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/linuxbuh-1c-installer b/linuxbuh-1c-installer index 30ae78c..2cbf68c 100755 --- a/linuxbuh-1c-installer +++ b/linuxbuh-1c-installer @@ -1,7 +1,7 @@ #!/bin/bash if [ "$XDG_SESSION_TYPE" == "x11" ]; then - ./linuxbuh-1c-installer-gui + /usr/bin/linuxbuh-1c-installer-gui else - ./linuxbuh-1c-installer-console + /usr/bin/linuxbuh-1c-installer-console fi \ No newline at end of file