From 44bc1d7d1be15c5d7901ac6b94caabaeb5e83786 Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Sat, 13 Jul 2024 17:28:30 +0200 Subject: [PATCH] Enter `PortValhalla` before the installation --- scripts/Common/OS/setup.fish | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/Common/OS/setup.fish b/scripts/Common/OS/setup.fish index c4d53564..eb4d2666 100644 --- a/scripts/Common/OS/setup.fish +++ b/scripts/Common/OS/setup.fish @@ -32,6 +32,7 @@ begin and begin set -l script (string escape (getCloneFile (getInstallerScript))) printf %s\n \ + "cd $PROJECT_CLONE_ROOT" \ "export CONFIG_MODULE=$(string escape (getCloneFile "$CONFIG_MODULE"))" \ "export INSTALLER_SCRIPT=$script" \ "$script"