diff options
Diffstat (limited to 'archsetup')
| -rwxr-xr-x | archsetup | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -241,7 +241,6 @@ intro() { if $skip_slow_packages; then printf "Running with --skip-slow-packages (skipping texlive-meta, topgrade)\n" | tee -a "$logfile" fi - STARTTIME=$(date +%s) errors_encountered=0 # begin with a clean logfile @@ -1668,6 +1667,7 @@ outro() { ### Installation Steps preflight_checks # verify system requirements (always runs) +STARTTIME=$(date +%s) # must be outside intro() since it may be skipped on resume run_step "intro" intro run_step "prerequisites" prerequisites |
