From 4598805f482dd94e2a41fdd04ef3aea78b08ddb4 Mon Sep 17 00:00:00 2001 From: Daniel Hansson Date: Wed, 2 Oct 2024 11:35:19 +0200 Subject: [PATCH] Install a text editor --- wordpress_install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/wordpress_install.sh b/wordpress_install.sh index 2285a8e..106a1c0 100644 --- a/wordpress_install.sh +++ b/wordpress_install.sh @@ -164,6 +164,9 @@ install_if_not cron # For TAB completion install_if_not bash-completion +# Text editor +install_if_not nano + # Set DNS resolver # https://unix.stackexchange.com/questions/442598/how-to-configure-systemd-resolved-and-systemd-networkd-to-use-local-dns-server-f while :