Update podman_ha_setup.sh

This commit is contained in:
tteckster 2022-04-03 18:00:20 -04:00 committed by GitHub
parent 574fe3ac90
commit 0fcaa91cb9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ apt-get -y install podman &>/dev/null
echo -e "${CM}${CL} \r"
echo -en "${GN} Pulling Yacht Image... "
podman pull docker.io/selfhostedpro/yacht:latest &>/dev/null
podman pull ghcr.io/selfhostedpro/yacht:latest &>/dev/null
echo -e "${CM}${CL} \r"
echo -en "${GN} Installing Yacht... "