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:
co-authored by
Claude Opus 5
parent
653d965320
commit
f516d848c1
@@ -13,13 +13,13 @@ menü uzaktan indirmeye düşmez, hata verip durur.
|
|||||||
### Yöntem 1 — Tek satır (önerilen)
|
### Yöntem 1 — Tek satır (önerilen)
|
||||||
|
|
||||||
```bash
|
```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
|
### Yöntem 2 — Manuel klon
|
||||||
|
|
||||||
```bash
|
```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
|
cd SSH-Manager
|
||||||
sudo bash install.sh
|
sudo bash install.sh
|
||||||
```
|
```
|
||||||
|
|||||||
+2
-2
@@ -10,12 +10,12 @@ fi
|
|||||||
echo "Installing TNS243-GLOBAL Manager (localized bundle)..."
|
echo "Installing TNS243-GLOBAL Manager (localized bundle)..."
|
||||||
|
|
||||||
# Repo URI used when this script is executed piped (curl | bash) instead of from a local clone
|
# Repo URI used when this script is executed piped (curl | bash) instead of from a local clone
|
||||||
REPO_URL="http://git.yasindemir.link:3001/yasin/SSH-Manager.git"
|
REPO_URL="https://git.yasindemir.link/yasin/SSH-Manager.git"
|
||||||
|
|
||||||
# Resolve the directory this script lives in (the cloned repo root).
|
# Resolve the directory this script lives in (the cloned repo root).
|
||||||
# Supports both:
|
# Supports both:
|
||||||
# git clone $REPO_URL && cd SSH-Manager && bash install.sh
|
# git clone $REPO_URL && cd SSH-Manager && bash install.sh
|
||||||
# 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)
|
||||||
SCRIPT_DIR=""
|
SCRIPT_DIR=""
|
||||||
PIPED_CLONE_DIR=""
|
PIPED_CLONE_DIR=""
|
||||||
if [[ -n "${BASH_SOURCE[0]}" && -f "${BASH_SOURCE[0]}" ]]; then
|
if [[ -n "${BASH_SOURCE[0]}" && -f "${BASH_SOURCE[0]}" ]]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user