Remove sed dependency from xorg-xinit hook

This commit is contained in:
Сергей Морозов 2022-04-27 23:55:31 +03:00
parent eb5f209529
commit 382cd00759
1 changed files with 0 additions and 1 deletions

View File

@ -8,6 +8,5 @@ Target = xorg-xinit
Description = Add instructions for startx
When = PostTransaction
Depends = xorg-xinit
Depends = sed
Depends = sh
Exec = /bin/sh -c "echo -e \\nTo start GUI, type startx.\\n >> /etc/motd"