From 11a49047fa4230d334e9feb10435d42a1592b8f8 Mon Sep 17 00:00:00 2001 From: kurokobo <2920259+kurokobo@users.noreply.github.com> Date: Fri, 24 Feb 2023 21:40:27 +0900 Subject: [PATCH] docs: add sudo to systemctl and reboot command --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 85d4b65..cded1c3 100644 --- a/README.md +++ b/README.md @@ -64,8 +64,8 @@ Disable firewalld and nm-cloud-setup if enabled. This is [recommended by K3s](ht sudo systemctl disable firewalld --now # Disable nm-cloud-setup if exists and enabled -systemctl disable nm-cloud-setup.service nm-cloud-setup.timer -reboot +sudo systemctl disable nm-cloud-setup.service nm-cloud-setup.timer +sudo reboot ``` Install required packages to deploy AWX Operator and AWX.