added creation of autostart folder in case it doesn't exist for meshcentral install
This commit is contained in:
		@@ -131,6 +131,9 @@ then
 | 
				
			|||||||
        # set xhost for this session
 | 
					        # set xhost for this session
 | 
				
			||||||
        xhost +local:
 | 
					        xhost +local:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        # create autostart folder in case it doesn't exist
 | 
				
			||||||
 | 
					        mkdir ~/.config/autostart
 | 
				
			||||||
 | 
					        
 | 
				
			||||||
        echo "Adding xhost +local: to startup"
 | 
					        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
 | 
					        cd ~/.config/autostart ; wget -q -O xhost.desktop https://git.zinchuk.xyz/yuriy/linux-setup-script/raw/branch/main/xhost.desktop
 | 
				
			||||||
    fi
 | 
					    fi
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user