mirror of
https://github.com/coastalwhite/lemurs
synced 2024-11-10 13:14:27 +00:00
Fix install script caching
This commit is contained in:
parent
8a1f3fe44a
commit
29b07f8eb3
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ $ROOT_CMD cp -f "extra/lemurs.pam" "/etc/pam.d/lemurs"
|
|||
|
||||
# Cache the current user
|
||||
echo 'Caching the current user'
|
||||
$ROOT_CMD /bin/bash -c "echo $USER > /var/cache/lemurs"
|
||||
$ROOT_CMD /bin/bash -c "echo 'xinitrc\n$USER' > /var/cache/lemurs"
|
||||
|
||||
# Disable previous Display Manager
|
||||
echo 'Disabling the current display-manager. This might throw an error if no display manager is set up.'
|
||||
|
|
Loading…
Reference in a new issue