Skip to content

Commit 75b3276

Browse files
author
Daniel Hansson
committed
happy new year
Signed-off-by: Daniel Hansson <[email protected]>
1 parent 0152151 commit 75b3276

25 files changed

+27
-27
lines changed

addons/automatic_updates.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
# T&M Hansson IT AB © - 2023, https://www.hanssonit.se/
3+
# T&M Hansson IT AB © - 2024, https://www.hanssonit.se/
44

55
# shellcheck disable=2034,2059
66
true

addons/locales.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
# T&M Hansson IT AB © - 2023, https://www.hanssonit.se/
3+
# T&M Hansson IT AB © - 2024, https://www.hanssonit.se/
44

55
# shellcheck disable=2034,2059,1091
66
true

addons/locate_mirror.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
# T&M Hansson IT AB © - 2023, https://www.hanssonit.se/
3+
# T&M Hansson IT AB © - 2024, https://www.hanssonit.se/
44

55
# shellcheck disable=2034,2059
66
true

addons/redis-server-ubuntu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ SCRIPT_NAME="Redis Server Ubuntu"
55
# shellcheck source=lib.sh
66
source /var/scripts/fetch_lib.sh || source <(curl -sL https://raw.githubusercontent.com/techandme/wordpress-vm/master/lib.sh)
77

8-
# T&M Hansson IT AB © - 2023, https://www.hanssonit.se/
8+
# T&M Hansson IT AB © - 2024, https://www.hanssonit.se/
99

1010
# Check for errors + debug code and abort if something isn't right
1111
# 1 = ON

addons/smtp-mail.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
# T&M Hansson IT AB © - 2023, https://www.hanssonit.se/
3+
# T&M Hansson IT AB © - 2024, https://www.hanssonit.se/
44

55
# shellcheck disable=2034,2059
66
true

apps/adminer.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
# T&M Hansson IT AB © - 2023, https://www.hanssonit.se/
3+
# T&M Hansson IT AB © - 2024, https://www.hanssonit.se/
44

55
# shellcheck disable=2034,2059
66
true

apps/bpytop.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
# T&M Hansson IT AB © - 2023, https://www.hanssonit.se/
3+
# T&M Hansson IT AB © - 2024, https://www.hanssonit.se/
44

55
# shellcheck disable=2034,2059
66
true

apps/fail2ban.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
# T&M Hansson IT AB © - 2023, https://www.hanssonit.se/
3+
# T&M Hansson IT AB © - 2024, https://www.hanssonit.se/
44
# Inspired by https://github.com/nextcloud/nextcloudpi/blob/master/etc/nextcloudpi-config.d/fail2ban.sh
55

66
# shellcheck disable=2034,2059

apps/midnight-commander.sh

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

3-
# T&M Hansson IT AB © - 2023, https://www.hanssonit.se/
4-
# Copyright © 2023 Simon Lindner (https://github.com/szaimen)
3+
# T&M Hansson IT AB © - 2024, https://www.hanssonit.se/
4+
# Copyright © 2024 Simon Lindner (https://github.com/szaimen)
55

66
# shellcheck disable=2034,2059
77
true

apps/netdata.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
# T&M Hansson IT AB © - 2023, https://www.hanssonit.se/
3+
# T&M Hansson IT AB © - 2024, https://www.hanssonit.se/
44

55
# shellcheck disable=2034,2059
66
true

0 commit comments

Comments
 (0)