updates
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 42s
Gitea Actions Demo / GoBuild (push) Failing after 1s

This commit is contained in:
2025-06-30 13:47:33 -07:00
parent 1663be8de6
commit dbc7936424
3 changed files with 6 additions and 6 deletions

View File

@@ -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