Correct the order

This commit is contained in:
David Heinemeier Hansson
2025-07-22 19:09:09 -04:00
parent faaf672eb4
commit f0a9271506

View File

@ -23,9 +23,9 @@ for file in $(git diff --name-only --diff-filter=A $migration_starting_point.. m
source $file
done
# Back to where we came from
cd - >/dev/null
# Update system packages
echo -e "\e[32m\nUpdate system packages\e[0m"
yay -Syu --noconfirm
# Back to where we came from
cd - >/dev/null