From dbc7936424513f0fd1154d283a0665826e4ff903 Mon Sep 17 00:00:00 2001 From: fithwum Date: Mon, 30 Jun 2025 13:47:33 -0700 Subject: [PATCH] updates --- build-script/debian-bookworm_pt1.sh | 4 ++-- build-script/debian-bullseye_pt1.sh | 4 ++-- build-script/debian-buster_pt1.sh | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/build-script/debian-bookworm_pt1.sh b/build-script/debian-bookworm_pt1.sh index 26dd7c9..8eb82d3 100644 --- a/build-script/debian-bookworm_pt1.sh +++ b/build-script/debian-bookworm_pt1.sh @@ -12,7 +12,7 @@ if [ -e /debian-bookworm_pt2.sh ] else echo " " echo "WARNING ! debian-bookworm_pt2.sh not found ... will download new copy." - wget --no-cache https://gitlab.fithwum.tech/fithwum/base-image/-/raw/master/build-script/debian-bookworm_pt2.sh -O /debian-bookworm_pt2.sh + wget --no-cache https://gitea.fithwum.tech/fithwum/base-image/raw/branch/main/build-script/debian-bookworm_pt2.sh -O /debian-bookworm_pt2.sh chmod +x debian-bookworm_pt2.sh fi if [ -e /debian-bookworm_pt3.sh ] @@ -21,7 +21,7 @@ if [ -e /debian-bookworm_pt3.sh ] else echo " " echo "WARNING ! debian-bookworm_pt3.sh not found ... will download new copy." - wget --no-cache https://gitlab.fithwum.tech/fithwum/base-image/-/raw/master/build-script/debian-bookworm_pt3.sh -O /debian-bookworm_pt3.sh + wget --no-cache https://gitea.fithwum.tech/fithwum/base-image/raw/branch/main/build-script/debian-bookworm_pt3.sh -O /debian-bookworm_pt3.sh chmod +x debian-bookworm_pt3.sh fi sleep 1 diff --git a/build-script/debian-bullseye_pt1.sh b/build-script/debian-bullseye_pt1.sh index 49a1ec3..90b76e2 100644 --- a/build-script/debian-bullseye_pt1.sh +++ b/build-script/debian-bullseye_pt1.sh @@ -12,7 +12,7 @@ if [ -e /debian-bullseye_pt2.sh ] else echo " " echo "WARNING ! debian-bullseye_pt2.sh not found ... will download new copy." - wget --no-cache https://gitlab.fithwum.tech/fithwum/base-image/-/raw/master/build-script/debian-bullseye_pt2.sh -O /debian-bullseye_pt2.sh + wget --no-cache https://gitea.fithwum.tech/fithwum/base-image/raw/branch/main/build-script/debian-bullseye_pt2.sh -O /debian-bullseye_pt2.sh chmod +x debian-bullseye_pt2.sh fi if [ -e /debian-bullseye_pt3.sh ] @@ -21,7 +21,7 @@ if [ -e /debian-bullseye_pt3.sh ] else echo " " echo "WARNING ! debian-bullseye_pt3.sh not found ... will download new copy." - wget --no-cache https://gitlab.fithwum.tech/fithwum/base-image/-/raw/master/build-script/debian-bullseye_pt3.sh -O /debian-bullseye_pt3.sh + wget --no-cache https://gitea.fithwum.tech/fithwum/base-image/raw/branch/main/build-script/debian-bullseye_pt3.sh -O /debian-bullseye_pt3.sh chmod +x debian-bullseye_pt3.sh fi sleep 1 diff --git a/build-script/debian-buster_pt1.sh b/build-script/debian-buster_pt1.sh index 5e693ef..aa027a1 100644 --- a/build-script/debian-buster_pt1.sh +++ b/build-script/debian-buster_pt1.sh @@ -12,7 +12,7 @@ if [ -e /debian-buster_pt2.sh ] else echo " " echo "WARNING ! debian-buster_pt2.sh not found ... will download new copy." - wget --no-cache https://gitlab.fithwum.tech/fithwum/debian-base/-/raw/master/build-script/debian-buster_pt2.sh -O /debian-buster_pt2.sh + wget --no-cache https://gitea.fithwum.tech/fithwum/base-image/raw/branch/main/build-script/debian-buster_pt2.sh -O /debian-buster_pt2.sh chmod +x debian-buster_pt2.sh fi if [ -e /debian-buster_pt3.sh ] @@ -21,7 +21,7 @@ if [ -e /debian-buster_pt3.sh ] else echo " " echo "WARNING ! debian-buster_pt3.sh not found ... will download new copy." - wget --no-cache https://gitlab.fithwum.tech/fithwum/base-image/-/raw/master/build-script/debian-buster_pt3.sh -O /debian-buster_pt3.sh + wget --no-cache https://gitea.fithwum.tech/fithwum/base-image/raw/branch/main/build-script/debian-buster_pt3.sh -O /debian-buster_pt3.sh chmod +x debian-buster_pt3.sh fi sleep 1