updates
This commit is contained in:
@@ -12,7 +12,7 @@ if [ -e /debian-bookworm_pt2.sh ]
|
|||||||
else
|
else
|
||||||
echo " "
|
echo " "
|
||||||
echo "WARNING ! debian-bookworm_pt2.sh not found ... will download new copy."
|
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
|
chmod +x debian-bookworm_pt2.sh
|
||||||
fi
|
fi
|
||||||
if [ -e /debian-bookworm_pt3.sh ]
|
if [ -e /debian-bookworm_pt3.sh ]
|
||||||
@@ -21,7 +21,7 @@ if [ -e /debian-bookworm_pt3.sh ]
|
|||||||
else
|
else
|
||||||
echo " "
|
echo " "
|
||||||
echo "WARNING ! debian-bookworm_pt3.sh not found ... will download new copy."
|
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
|
chmod +x debian-bookworm_pt3.sh
|
||||||
fi
|
fi
|
||||||
sleep 1
|
sleep 1
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ if [ -e /debian-bullseye_pt2.sh ]
|
|||||||
else
|
else
|
||||||
echo " "
|
echo " "
|
||||||
echo "WARNING ! debian-bullseye_pt2.sh not found ... will download new copy."
|
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
|
chmod +x debian-bullseye_pt2.sh
|
||||||
fi
|
fi
|
||||||
if [ -e /debian-bullseye_pt3.sh ]
|
if [ -e /debian-bullseye_pt3.sh ]
|
||||||
@@ -21,7 +21,7 @@ if [ -e /debian-bullseye_pt3.sh ]
|
|||||||
else
|
else
|
||||||
echo " "
|
echo " "
|
||||||
echo "WARNING ! debian-bullseye_pt3.sh not found ... will download new copy."
|
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
|
chmod +x debian-bullseye_pt3.sh
|
||||||
fi
|
fi
|
||||||
sleep 1
|
sleep 1
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ if [ -e /debian-buster_pt2.sh ]
|
|||||||
else
|
else
|
||||||
echo " "
|
echo " "
|
||||||
echo "WARNING ! debian-buster_pt2.sh not found ... will download new copy."
|
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
|
chmod +x debian-buster_pt2.sh
|
||||||
fi
|
fi
|
||||||
if [ -e /debian-buster_pt3.sh ]
|
if [ -e /debian-buster_pt3.sh ]
|
||||||
@@ -21,7 +21,7 @@ if [ -e /debian-buster_pt3.sh ]
|
|||||||
else
|
else
|
||||||
echo " "
|
echo " "
|
||||||
echo "WARNING ! debian-buster_pt3.sh not found ... will download new copy."
|
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
|
chmod +x debian-buster_pt3.sh
|
||||||
fi
|
fi
|
||||||
sleep 1
|
sleep 1
|
||||||
|
|||||||
Reference in New Issue
Block a user