mirror of
https://github.com/coastalwhite/lemurs
synced 2024-11-10 13:14:27 +00:00
Remove Xauthority from install script
This commit is contained in:
parent
016da062d6
commit
8a1f3fe44a
1 changed files with 0 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue