저장소 주소 변경: GitHub Gitea
모든 파일의 Git 저장소 주소를 변경: - https://github.com/yourusername/cafe24-testserver https://git.siane.kr/firstgarden/cafe24-testserver 변경된 파일: - README.md: 3곳 - proxmox/README.md: 4곳 - proxmox/setup.sh: 3곳 - proxmox/create_vm.sh: 1곳 - proxmox/create_lxc.sh: 2곳 - vm/setup_common.sh: 1곳 - lxc/setup_mariadb.sh: 1곳
This commit is contained in:
@ -47,7 +47,7 @@ DEFAULT_MEMORY=2048
|
||||
DEFAULT_CORES=2
|
||||
DEFAULT_DISK=20
|
||||
DEFAULT_TEMPLATE="local:vztmpl/rocky-9-default_9.0-1_amd64.tar.gz"
|
||||
GIT_REPO="https://github.com/yourusername/cafe24-testserver.git"
|
||||
GIT_REPO="https://git.siane.kr/firstgarden/cafe24-testserver.git"
|
||||
|
||||
print_info "=========================================="
|
||||
print_info "Proxmox VE - LXC 생성 및 MariaDB 설정"
|
||||
@ -154,7 +154,7 @@ pct exec "$LXC_ID" -- bash -c "
|
||||
if command -v git &>/dev/null; then
|
||||
git clone '$REPO_URL' cafe24-testserver
|
||||
else
|
||||
curl -fsSL '$REPO_URL/archive/main.tar.gz' | tar xz
|
||||
curl -fsSL 'https://git.siane.kr/firstgarden/cafe24-testserver/archive/main.tar.gz' | tar xz
|
||||
mv cafe24-testserver-main cafe24-testserver
|
||||
fi
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user