Skip to content

Commit a6d6f0c

Browse files
committed
tweaked install instructions
1 parent b77a76a commit a6d6f0c

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

readme.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,17 +65,19 @@ Interact with the daemon via the CLI app:
6565

6666

6767

68-
### Debian Install (arm64 and x86_64)
68+
### Debian/Ubuntu Install (arm64 and x86_64)
6969

7070
apt update && apt install -y curl gnupg
7171
curl https://repo.sshlog.com/sshlog-ubuntu/public.gpg | gpg --yes --dearmor -o /usr/share/keyrings/repo-sshlog-ubuntu.gpg
7272
echo "deb [arch=any signed-by=/usr/share/keyrings/repo-sshlog-ubuntu.gpg] https://repo.sshlog.com/sshlog-ubuntu/ stable main" > /etc/apt/sources.list.d/repo-sshlog-ubuntu.list
7373
apt update && apt install -y sshlog
7474

75-
### RedHat Install (arm64 and x86_64)
75+
76+
77+
### RedHat/Fedora Install (arm64 and x86_64)
7678

7779
echo """
78-
[sshlog-redhat-latest]
80+
[sshlog-redhat]
7981
name=sshlog-redhat
8082
baseurl=https://repo.sshlog.com/sshlog-redhat
8183
enabled=1

0 commit comments

Comments
 (0)