From c2443e890280e797c6df3b142aa59464dd14d199 Mon Sep 17 00:00:00 2001 From: Daniel Girtler Date: Fri, 30 May 2025 15:31:54 +1000 Subject: [PATCH] Reference guided.py script instead of symlink from README (#3543) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d9a78940..3000df94 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.