Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zertap authored Feb 3, 2024
1 parent 077afae commit 3711e17
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ sudo git pull

## Installation
Currently (at least once upon a time, 2024-02-01) passumatik is installed on coffee as follows:
Git repo: `/opt/passumatik/`
Git deploy key: `/root/passumatik-github-deploy.id_ed25519`
* Git repo: `/opt/passumatik/`
* Git deploy key: `/root/passumatik-github-deploy.id_ed25519`

`/root/.ssh/config` has the following
`/root/.ssh/config`
```
# For pulling passumatik
Host github.com-passumatik
Expand All @@ -31,7 +31,7 @@ Host github.com-passumatik
%modeemi ALL=(passumatik) NOPASSWD: /opt/passumatik/passumatik.py
```

`/usr/local/bin/passumatik` is a symlink to /opt/passumatik/passumatik.sh
`/usr/local/bin/passumatik` is a symlink to `/opt/passumatik/passumatik.sh`
```
root@coffee:~# ls -lh /usr/local/bin/passumatik
lrwxrwxrwx 1 root root 26 Feb 3 08:03 /usr/local/bin/passumatik -> /opt/passumatik/passumatik.sh
Expand Down

0 comments on commit 3711e17

Please sign in to comment.