Remove Xauthority from install script

This commit is contained in:
Gijs Burghoorn 2023-03-03 20:16:09 +01:00
parent 016da062d6
commit 8a1f3fe44a

View file

@ -73,8 +73,3 @@ if [ $? -ne 0 ]; then exit 1; fi
echo 'Enable the lemurs service'
$ROOT_CMD systemctl enable lemurs.service
if [ $? -ne 0 ]; then exit 1; fi
# Make sure Xauthority file exists
echo 'Ensure the Xauthority file exists'
touch ~/.Xauthority
if [ $? -ne 0 ]; then exit 1; fi