Skip to content

Commit 25c2432

Browse files
committed
consistent argument ordering
1 parent f2e888f commit 25c2432

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

INSTALL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ baseurl=https://repo.openbytes.ie/yum
4343
enabled=1
4444
gpgcheck=0
4545
EOF
46-
dnf install -y epel-release
46+
dnf -y install epel-release
4747
dnf makecache
48-
dnf install -y patchman patchman-client
48+
dnf -y install patchman patchman-client
4949
systemctl restart httpd
5050
patchman-manage createsuperuser
5151
```

0 commit comments

Comments
 (0)