From 2f1f47b7556e6d714ab8f8848b0d96921aa80bc8 Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Mon, 1 Jul 2024 17:01:29 -0400 Subject: [PATCH] remove nextcloud from auto-update --- utils/fetch-docker.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/utils/fetch-docker.sh b/utils/fetch-docker.sh index 67264bc..fb2dd7e 100755 --- a/utils/fetch-docker.sh +++ b/utils/fetch-docker.sh @@ -14,7 +14,8 @@ parent_path=$(dirname "$script_path") # relpath is the relative path to the parent_path where you want the file written # format: ,,,, images=( - "nextcloud,apache,amd64,linux,/systems/palatine-hill/docker/nextcloud-image/nextcloud-apache.nix" + # commented out until palatine-hill docker changes are live + #"nextcloud,apache,amd64,linux,/systems/palatine-hill/docker/nextcloud-image/nextcloud-apache.nix" ) IFS="," while read -r name tag arch os relpath; do