From 7c210192d83860ad23542910f64c9a5792845201 Mon Sep 17 00:00:00 2001 From: Earl Warren Date: Mon, 19 Jun 2023 18:38:02 +0200 Subject: [PATCH] docs: move misplaced instructions --- developer/infrastructure.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/developer/infrastructure.md b/developer/infrastructure.md index e63cb80a..f5a9e453 100644 --- a/developer/infrastructure.md +++ b/developer/infrastructure.md @@ -54,14 +54,14 @@ git clone https://code.forgejo.org/forgejo/lxc-helpers/ lxc-helpers.sh lxc_prepare_environment sudo lxc-helpers.sh lxc_install_lxc_inside 10.120.13 -lxc-helpers.sh lxc_container_create forgejo-runners -lxc-helpers.sh lxc_container_start forgejo-runners -lxc-helpers.sh lxc_container_user_install forgejo-runners $(id -u) $USER ``` ### Creating an LXC container ```shell +lxc-helpers.sh lxc_container_create forgejo-runners +lxc-helpers.sh lxc_container_start forgejo-runners +lxc-helpers.sh lxc_container_user_install forgejo-runners $(id -u) $USER lxc-helpers.sh lxc_container_run forgejo-runners -- sudo --user debian bash sudo apt-get update sudo apt-get install -y wget docker.io emacs-nox