diff --git a/install.sh b/install.sh index 977972f..b45f0f5 100755 --- a/install.sh +++ b/install.sh @@ -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