diff options
| -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/" |
