Use HTTPS for the Gitea repo URLs

Switch install.sh REPO_URL and the README instructions from
http://git.yasindemir.link:3001 to https://git.yasindemir.link.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
Yasin Demir
2026-09-16 06:00:33 +03:00
co-authored by Claude Opus 5
parent 653d965320
commit f516d848c1
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -13,13 +13,13 @@ menü uzaktan indirmeye düşmez, hata verip durur.
### Yöntem 1 — Tek satır (önerilen)
```bash
bash <(curl -sL http://git.yasindemir.link:3001/yasin/SSH-Manager/raw/branch/main/install.sh)
bash <(curl -sL https://git.yasindemir.link/yasin/SSH-Manager/raw/branch/main/install.sh)
```
### Yöntem 2 — Manuel klon
```bash
git clone http://git.yasindemir.link:3001/yasin/SSH-Manager.git
git clone https://git.yasindemir.link/yasin/SSH-Manager.git
cd SSH-Manager
sudo bash install.sh
```