Fix: Opdateret guide - download script fra Gitea i stedet for git pull

This commit is contained in:
Christian 2025-12-22 13:13:45 +01:00
parent c08ebedaf5
commit 6917bbff68

View File

@ -6,8 +6,8 @@
ssh bmcadmin@172.16.31.183 ssh bmcadmin@172.16.31.183
cd /srv/podman/bmc_hub_v1.0 cd /srv/podman/bmc_hub_v1.0
# Pull deployment script fra Git # Download deployment script fra Gitea
git pull origin main curl -O https://g.bmcnetworks.dk/ct/bmc_hub/raw/branch/main/updateto.sh
chmod +x updateto.sh chmod +x updateto.sh
# Nu kan du bruge scriptet # Nu kan du bruge scriptet