Skip to content

Commit 61a3cdb

Browse files
authored
properly enable gdm fix
1 parent 38166ab commit 61a3cdb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

recipe.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ stages:
8787
- name: fix-gdm-permissions-service
8888
type: shell
8989
commands:
90-
- mkdir -p /usr/lib/systemd/system/multi-user.target.wants/
91-
- ln -s /usr/lib/systemd/system/apx-vso-pico.service /usr/lib/systemd/system/multi-user.target.wants/
90+
- mkdir -p /etc/systemd/system/multi-user.target.wants/
91+
- ln -s /usr/lib/systemd/system/fix-gdm-permissions.service /etc/systemd/system/multi-user.target.wants/
9292

9393
- name: gnome-software-setup
9494
type: shell

0 commit comments

Comments
 (0)