diff --git a/airootfs/etc/pacman.d/hooks/50-xorg-xinit.hook b/airootfs/etc/pacman.d/hooks/50-xorg-xinit.hook index 59cbadf..89017ac 100644 --- a/airootfs/etc/pacman.d/hooks/50-xorg-xinit.hook +++ b/airootfs/etc/pacman.d/hooks/50-xorg-xinit.hook @@ -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"