Update alpine version

This commit is contained in:
M0VUB 2025-12-14 01:21:41 +00:00 committed by GitHub
parent ac22b3dd4a
commit 6bb1c40f52
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,5 @@
#!/bin/bash #!/bin/bash
# Docker version alpine-3.18 # Docker version alpine-3.20
# Version 1.5.0 (13122025) hblink3-docker-installer # Version 1.5.0 (13122025) hblink3-docker-installer
# Docker upstream repo version 2.0.2 # Docker upstream repo version 2.0.2
# Release: Debian 13 (Trixie) Support Verified # Release: Debian 13 (Trixie) Support Verified
@ -938,7 +938,7 @@ echo "Starting HBlink....."
cd $HBDIR cd $HBDIR
docker-compose up -d docker-compose up -d
sleep 5 sleep 5
figlet "HBlink Master" figlet "HBlink3"
sleep 3 sleep 3
docker container logs hblink docker container logs hblink
echo "Done." echo "Done."
@ -946,7 +946,7 @@ sleep 2
echo "Starting HBmon....." echo "Starting HBmon....."
systemctl enable hbmon systemctl enable hbmon
systemctl start hbmon systemctl start hbmon
figlet "HBMonV2" figlet "HBMonv2"
echo "" echo ""
echo "" echo ""
clear clear
@ -1001,7 +1001,7 @@ echo " The legacy docker-compose v1 is not supported"
echo "------------------------------------------------------------------------------" echo "------------------------------------------------------------------------------"
echo "" echo ""
echo " Thanks for using this script. " echo " Thanks for using this script. "
echo " Copyright © 2024 Shane Daley - M0VUB " echo " Copyright © 2025 Shane Daley - M0VUB "
echo " More information can be found @ https://github.com/shaymez/ " echo " More information can be found @ https://github.com/shaymez/ "
echo "" echo ""
echo "*************************************************************************" echo "*************************************************************************"