diff --git a/syno_docker_update.sh b/syno_docker_update.sh index 68731e0..bdad2c3 100755 --- a/syno_docker_update.sh +++ b/syno_docker_update.sh @@ -3,12 +3,13 @@ #====================================================================================================================== # Title : syno_docker_update.sh # Description : An Unofficial Script to Update or Restore Docker Engine and Docker Compose on Synology -# Author : Mark Dumay -# Date : November 26th, 2021 -# Version : 1.4.2 +# Orig. Author : Mark Dumay +# Maintainer : Jason Hobbs (telnetdoogie) +# Date : October 12th, 2024 +# Version : 2.0.0 # Usage : sudo ./syno_docker_update.sh [OPTIONS] COMMAND -# Repository : https://github.com/markdumay/synology-docker.git -# License : MIT - https://github.com/markdumay/synology-docker/blob/master/LICENSE +# Repository : https://github.com/telnetdoogie/synology-docker.git +# License : MIT - https://github.com/telnetdoogie/synology-docker/blob/master/LICENSE # Credits : Inspired by https://gist.github.com/Mikado8231/bf207a019373f9e539af4d511ae15e0d # Comments : Use this script at your own risk. Refer to the license for the warranty disclaimer. #======================================================================================================================