diff options
| author | Elizabeth Alexander Hunt <me@liz.coffee> | 2026-07-11 13:44:51 -0700 |
|---|---|---|
| committer | Elizabeth Alexander Hunt <me@liz.coffee> | 2026-07-11 13:44:51 -0700 |
| commit | c2aaad8cc19f382e137d6a38485fdf20b47260c4 (patch) | |
| tree | 04d4f234da2506ed034eb94b8ffe05c2f35a586a /install.sh | |
| parent | cd742f862f75bbf8cd1eacc42ec6374a97846277 (diff) | |
| download | keys-c2aaad8cc19f382e137d6a38485fdf20b47260c4.tar.gz keys-c2aaad8cc19f382e137d6a38485fdf20b47260c4.zip | |
Fix
Diffstat (limited to 'install.sh')
| -rwxr-xr-x | install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ #!/bin/bash -sudo cp sshd_config /etc/sshd_config +sudo cp sshd_config /etc/ssh/sshd_config HOME=$(getent passwd "$USER" | cut -d: -f6) mkdir -p "$HOME/.local/bin/" |
