raw 파일 경로 수정: /raw/main /raw/branch/main (Gitea 정확한 형식)

This commit is contained in:
2025-12-23 12:40:20 +09:00
parent 44002bf5ec
commit c1fed19447
4 changed files with 12 additions and 12 deletions

View File

@ -7,8 +7,8 @@
set -e
# dotfiles 저장소
# Gitea raw 파일 경로: https://git.siane.kr/firstgarden/cafe24-testserver/raw/branch/path
DOTFILES_BASE_URL="https://git.siane.kr/firstgarden/cafe24-testserver/raw/main"
# Gitea raw 파일 경로: https://git.siane.kr/firstgarden/cafe24-testserver/raw/branch/main/...
DOTFILES_BASE_URL="https://git.siane.kr/firstgarden/cafe24-testserver/raw/branch/main"
echo "=== LXC MariaDB 초기 세팅 시작 ==="