From fbe160515e40206df59780bba7eace20e52bb66d Mon Sep 17 00:00:00 2001 From: Yuriy Date: Sat, 16 Dec 2023 00:31:57 -0500 Subject: [PATCH] added creation of autostart folder in case it doesn't exist for meshcentral install --- Linux_Toolbox.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Linux_Toolbox.sh b/Linux_Toolbox.sh index bbd3d4f..23720bf 100644 --- a/Linux_Toolbox.sh +++ b/Linux_Toolbox.sh @@ -131,6 +131,9 @@ then # set xhost for this session xhost +local: + # create autostart folder in case it doesn't exist + mkdir ~/.config/autostart + echo "Adding xhost +local: to startup" cd ~/.config/autostart ; wget -q -O xhost.desktop https://git.zinchuk.xyz/yuriy/linux-setup-script/raw/branch/main/xhost.desktop fi