From c282148bd6c58ac3e64ea479e7e86042e3ad49d3 Mon Sep 17 00:00:00 2001 From: Daniel Girtler Date: Fri, 30 May 2025 08:06:44 +1000 Subject: [PATCH] Reference guided.py script instead of symlink from README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d9a78940ef..3000df94a3 100644 --- a/README.md +++ b/README.md @@ -105,7 +105,7 @@ All available console fonts can be found in `/usr/share/kbd/consolefonts` and se ## Scripting interactive installation For an example of a fully scripted, interactive installation please refer to the example -[interactive_installation.py](https://github.com/archlinux/archinstall/blob/master/examples/interactive_installation.py) +[interactive_installation.py](https://github.com/archlinux/archinstall/blob/master/archinstall/scripts/guided.py) > **To create your own ISO with this script in it:** Follow [ArchISO](https://wiki.archlinux.org/index.php/archiso)'s guide on creating your own ISO.