File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -65,17 +65,19 @@ Interact with the daemon via the CLI app:
65
65
66
66
67
67
68
- ### Debian Install (arm64 and x86_64)
68
+ ### Debian/Ubuntu Install (arm64 and x86_64)
69
69
70
70
apt update && apt install -y curl gnupg
71
71
curl https://repo.sshlog.com/sshlog-ubuntu/public.gpg | gpg --yes --dearmor -o /usr/share/keyrings/repo-sshlog-ubuntu.gpg
72
72
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
73
73
apt update && apt install -y sshlog
74
74
75
- ### RedHat Install (arm64 and x86_64)
75
+
76
+
77
+ ### RedHat/Fedora Install (arm64 and x86_64)
76
78
77
79
echo """
78
- [sshlog-redhat-latest ]
80
+ [sshlog-redhat]
79
81
name=sshlog-redhat
80
82
baseurl=https://repo.sshlog.com/sshlog-redhat
81
83
enabled=1
You can’t perform that action at this time.
0 commit comments