Skip to content

Commit c238336

Browse files
authored
Merge pull request #9 from devenney/patch-1
docs: fix command typos in README.md
2 parents 020accd + 9674074 commit c238336

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Smart-Restart
22

33
This package restarts systemd services on system updates every time a package is updated (installed or
4-
deleted) using the systems package mamanger (every time `dnf {update, upgrade, downgrad}` is executed).
4+
deleted) using the systems package mamanger (every time `dnf {update, upgrade, downgrade}` is executed).
55
It primarily is tailored for Amazon Linux 2023 but easily can be ported to all RPM based systems like
66
Fedora. Smart-Restart utilizes the `needs-restarting` package from `dnf-utils` and a custom denylisting
77
mechanism to determine which services need to be restarted and how to determine if a system reboot is
@@ -69,7 +69,7 @@ sudo make install
6969

7070
For yum based systems:
7171
```
72-
sudo yum isntall -y yum-utils yum-plugin-post-transaction-actions
72+
sudo yum install -y yum-utils yum-plugin-post-transaction-actions
7373
sudo make install
7474
```
7575

0 commit comments

Comments
 (0)