From 927abd86ba43fea89b4aeb71d9c87be87f486625 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 31 Aug 2025 12:41:33 +0200 Subject: [PATCH] Be more specific This is pacman land! --- install.sh | 2 +- install/preflight/{repositories.sh => pacman.sh} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename install/preflight/{repositories.sh => pacman.sh} (100%) diff --git a/install.sh b/install.sh index 794aad4..0be3aa1 100755 --- a/install.sh +++ b/install.sh @@ -11,7 +11,7 @@ source $OMARCHY_INSTALL/preflight/show-env.sh source $OMARCHY_INSTALL/preflight/trap-errors.sh source $OMARCHY_INSTALL/preflight/guard.sh source $OMARCHY_INSTALL/preflight/chroot.sh -source $OMARCHY_INSTALL/preflight/repositories.sh +source $OMARCHY_INSTALL/preflight/pacman.sh source $OMARCHY_INSTALL/preflight/migrations.sh source $OMARCHY_INSTALL/preflight/first-run-mode.sh diff --git a/install/preflight/repositories.sh b/install/preflight/pacman.sh similarity index 100% rename from install/preflight/repositories.sh rename to install/preflight/pacman.sh