Skip to content

Commit 613a72d

Browse files
committed
Make this resemble other scripts
1 parent dae02a0 commit 613a72d

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

ct/komga.sh

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
#!/usr/bin/env bash
2-
source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
3-
# Copyright (c) 2021-2024 tteck
4-
# Author: tteck (tteckster)
5-
# Co-Author: madelyn (DysfunctionalProgramming)
2+
source <(curl -s https://raw.githubusercontent.com/DysfunctionalProgramming/ProxmoxVE/main/misc/build.func)
3+
# Copyright (c) 2024 madelyn
4+
# Author: madelyn (DysfunctionalProgramming)
65
# License: MIT
76
# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
87

install/komga-install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#!/usr/bin/env bash
22

33
# Copyright (c) 2021-2024 tteck
4-
# Author: tteck (tteckster)
5-
# Co-Author: madelyn (DysfunctionalProgramming)
4+
# Copyright (c) 2024 madelyn
5+
# Author: madelyn (DysfunctionalProgramming)
66
# License: MIT
77
# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
88

0 commit comments

Comments
 (0)