Skip to content

Commit f49552f

Browse files
authored
22.04 (#83)
Signed-off-by: Daniel Hansson <[email protected]>
1 parent 3283311 commit f49552f

28 files changed

+78
-72
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
### https://www.techandme.se
55
### https://www.hanssonit.se/wordpress-vm/
66

7-
- Ubuntu 20.04 Server
8-
- MariaDB 10.6
7+
- Ubuntu 22.04 Server
8+
- MariaDB 11.0
99
- NGINX 1.18
10-
- PHP-FPM 7.4
10+
- PHP-FPM 8.1
1111
- Latest Wordpress (updates automatically)
1212
- WP-CLI
1313
- Redis Cache

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 © - 2020, https://www.hanssonit.se/
3+
# T&M Hansson IT AB © - 2023, 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 © - 2020, https://www.hanssonit.se/
3+
# T&M Hansson IT AB © - 2023, 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 © - 2020, https://www.hanssonit.se/
3+
# T&M Hansson IT AB © - 2023, https://www.hanssonit.se/
44

55
# shellcheck disable=2034,2059
66
true

addons/redis-server-ubuntu.sh

Lines changed: 3 additions & 3 deletions
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 © - 2020, https://www.hanssonit.se/
8+
# T&M Hansson IT AB © - 2023, https://www.hanssonit.se/
99

1010
# Check for errors + debug code and abort if something isn't right
1111
# 1 = ON
@@ -17,9 +17,9 @@ debug_mode
1717
root_check
1818

1919
# Check Ubuntu version
20-
if ! version 16.04 "$DISTRO" 20.04.6
20+
if ! version 18.04 "$DISTRO" 22.04.10
2121
then
22-
msg_box "Your current Ubuntu version is $DISTRO but must be between 16.04 - 20.04.6 to run this script."
22+
msg_box "Your current Ubuntu version is $DISTRO but must be between 18.04 - 22.04.10 to run this script."
2323
msg_box "Please contact us to get support for upgrading your server:
2424
https://www.hanssonit.se/#contact
2525
https://shop.hanssonit.se/"

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 © - 2020, https://www.hanssonit.se/
3+
# T&M Hansson IT AB © - 2023, 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 © - 2020, https://www.hanssonit.se/
3+
# T&M Hansson IT AB © - 2023, 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 © - 2020, https://www.hanssonit.se/
3+
# T&M Hansson IT AB © - 2023, 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 © - 2020, https://www.hanssonit.se/
3+
# T&M Hansson IT AB © - 2023, 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 © - 2020, https://www.hanssonit.se/
4-
# Copyright © 2020 Simon Lindner (https://github.com/szaimen)
3+
# T&M Hansson IT AB © - 2023, https://www.hanssonit.se/
4+
# Copyright © 2023 Simon Lindner (https://github.com/szaimen)
55

66
# shellcheck disable=2034,2059
77
true

0 commit comments

Comments
 (0)