mirror of
https://pagure.io/fedora-docs/quick-docs.git
synced 2024-11-24 21:35:17 +00:00
fix: add missing sudo
creating a file in the `/etc/dconf/db/gdm.d/` requires root by default
This commit is contained in:
parent
1d980de58b
commit
c15b466e08
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ $ sudo mkdir /etc/dconf/db/gdm.d
|
|||
----
|
||||
+
|
||||
----
|
||||
$ vim /etc/dconf/db/gdm.d/01-hide-users
|
||||
$ sudo vim /etc/dconf/db/gdm.d/01-hide-users
|
||||
----
|
||||
|
||||
. In a text editor of your choice, `vim` in this example, insert the following content to the `/etc/dconf/db/gdm.d/01-hide-users` file:
|
||||
|
|
Loading…
Reference in a new issue