diff options
Diffstat (limited to 'archinstall.sh')
-rw-r--r-- | archinstall.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archinstall.sh b/archinstall.sh index ce3b8e8..66fa6d1 100644 --- a/archinstall.sh +++ b/archinstall.sh @@ -104,5 +104,5 @@ sleep $DELAY # Launching first stage -bash $REPOSITORY_PATH/stages/first_stage.sh \ +bash $REPOSITORY_PATH/bin/first_stage.sh \ $DELAY $REPOSITORY_PATH $LOG_FILE_PATH $CONFIG_FILE_PATH | tee -a $LOG_FILE_PATH |