diff --git a/ct/ollama.sh b/ct/ollama.sh index 51bb2af0..a8ff294c 100644 --- a/ct/ollama.sh +++ b/ct/ollama.sh @@ -1,9 +1,10 @@ #!/usr/bin/env bash source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func) -# Copyright (c) 2021-2024 ulmentflam -# Author: ulmentflam +# Copyright (c) 2021-2024 tteck +# Author: tteck (tteckster) +# Co-Author: ulmentflam # License: MIT -# https://github.com/ulmentflam/Proxmox/raw/main/LICENSE +# https://github.com/tteck/Proxmox/raw/main/LICENSE function header_info { clear diff --git a/install/ollama-install.sh b/install/ollama-install.sh index 82dd9106..3e1f66f9 100644 --- a/install/ollama-install.sh +++ b/install/ollama-install.sh @@ -1,7 +1,8 @@ #!/usr/bin/env bash -# Copyright (c) 2021-2024 ulmentflam -# Author: ulmentflam +# Copyright (c) 2021-2024 tteck +# Author: tteck (tteckster) +# Co-Author: ulmentflam # License: MIT # https://github.com/tteck/Proxmox/raw/main/LICENSE