Use HTTPS as default bootstrap clone method
This commit is contained in:
parent
65033e6d9b
commit
d5f3c0b9da
2 changed files with 4 additions and 2 deletions
|
|
@ -37,7 +37,9 @@ bash <(curl -fsSL https://git.nepharius.at/nepharius/hypr-nepharius/raw/branch/m
|
|||
Alternativ per Git direkt:
|
||||
|
||||
```bash
|
||||
git clone ssh://git@git.nepharius.at:2222/nepharius/hypr-nepharius.git
|
||||
git clone https://git.nepharius.at/nepharius/hypr-nepharius.git
|
||||
cd hypr-nepharius
|
||||
./install.sh
|
||||
```
|
||||
|
||||
Für spätere Entwicklung oder Pushes kannst du danach immer noch auf SSH umstellen.
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
REPO_URL="${REPO_URL:-ssh://git@git.nepharius.at:2222/nepharius/hypr-nepharius.git}"
|
||||
REPO_URL="${REPO_URL:-https://git.nepharius.at/nepharius/hypr-nepharius.git}"
|
||||
TARGET_DIR="${TARGET_DIR:-$HOME/hypr-nepharius}"
|
||||
BRANCH="${BRANCH:-main}"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue