Skip to content

Commit

Permalink
upd(ly-git): Inform user that ly is enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
villamorrd committed Jan 31, 2025
1 parent 31aa32b commit 25fd6ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/ly-git/ly-git.pacscript
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,6 @@ package() {

post_install() {
systemctl enable ly.service
systemctl disable [email protected]
fancy_message info "Finished installation. Ly is now set as your display manager."
fancy_message info "If you need to switch between ttys after Ly's start you also have to disable getty on Ly's tty to prevent 'login' from spawning on top of it by running systemctl disable [email protected]"
}

0 comments on commit 25fd6ce

Please sign in to comment.