From 82a34dc7565a8ba0ab874bd05f20f4014601d57e Mon Sep 17 00:00:00 2001 From: Patrick Niebeling Date: Fri, 18 Jul 2025 09:30:53 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b233d18..5dfb2e4 100644 --- a/README.md +++ b/README.md @@ -63,8 +63,8 @@ sshs root@server03.gnilebein.de:10000 ```bash cd /usr/local/src git clone https://gitea.gnilebein.de/gnilebein/sshs.git -ln -sf /usr/local/src/sshs/sshs.sh /usr/local/bin/sshs -chmod +x /usr/local/src/sshs/sshs.sh +ln -sf /usr/local/src/sshs/sshs.bash /usr/local/bin/sshs +chmod +x /usr/local/src/sshs/sshs.bash ``` Optional: Füge einen Alias in deine Shell-Konfiguration ein (`.bashrc`, `.zshrc` o. ä.):