mirror of
https://pagure.io/fedora-docs/quick-docs.git
synced 2024-11-28 14:56:35 +00:00
fix(rpm packaging): add sudo
Otherwise they don't work and confuse newcomers.
This commit is contained in:
parent
1e1336aac4
commit
912d2e22d9
1 changed files with 2 additions and 2 deletions
|
@ -14,13 +14,13 @@ NOTE: You must run the following two commands as the root user.
|
|||
. Install the _fedora-packager_ and _fedora-review_ tools:
|
||||
+
|
||||
------------
|
||||
# dnf install fedora-packager fedora-review
|
||||
# sudo dnf install fedora-packager fedora-review
|
||||
------------
|
||||
+
|
||||
. Add yourself to the *mock* group:
|
||||
+
|
||||
-----------
|
||||
# usermod -a -G mock yourusername
|
||||
# sudo usermod -a -G mock yourusername
|
||||
-----------
|
||||
+
|
||||
. Log out and back in for this change to take effect.
|
||||
|
|
Loading…
Reference in a new issue