From 8c16f6fda54c0594f72732ab357ce14b92bca059 Mon Sep 17 00:00:00 2001 From: Bobban Date: Mon, 22 May 2023 02:52:53 +0200 Subject: [PATCH] created dotfiles install script --- Docker/update-portainer-ee.sh | 4 ++-- Docker/update-portainer.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Docker/update-portainer-ee.sh b/Docker/update-portainer-ee.sh index 8e74213..c4977ee 100644 --- a/Docker/update-portainer-ee.sh +++ b/Docker/update-portainer-ee.sh @@ -1,6 +1,6 @@ -# © Bobban 2021 - https://bobbantech.com +# © Bobban 2023 - https://bobbantech.com # -# This script will update the image version of the portainer-ce instance. +# This script will update the image version of the portainer-ee instance. # Update documentation is followed from https://documentation.portainer.io/v2.0/upgrade/upddocker/ # #Variable for what group the script is checking. diff --git a/Docker/update-portainer.sh b/Docker/update-portainer.sh index 1673722..9f6c1d8 100644 --- a/Docker/update-portainer.sh +++ b/Docker/update-portainer.sh @@ -1,4 +1,4 @@ -# © Bobban 2021 - https://bobbantech.com +# © Bobban 2023 - https://bobbantech.com # # This script will update the image version of the portainer-ce instance. # Update documentation is followed from https://documentation.portainer.io/v2.0/upgrade/upddocker/