mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 04:09:23 +00:00
Correct the order
This commit is contained in:
@ -23,9 +23,9 @@ for file in $(git diff --name-only --diff-filter=A $migration_starting_point.. m
|
|||||||
source $file
|
source $file
|
||||||
done
|
done
|
||||||
|
|
||||||
# Back to where we came from
|
|
||||||
cd - >/dev/null
|
|
||||||
|
|
||||||
# Update system packages
|
# Update system packages
|
||||||
echo -e "\e[32m\nUpdate system packages\e[0m"
|
echo -e "\e[32m\nUpdate system packages\e[0m"
|
||||||
yay -Syu --noconfirm
|
yay -Syu --noconfirm
|
||||||
|
|
||||||
|
# Back to where we came from
|
||||||
|
cd - >/dev/null
|
||||||
|
Reference in New Issue
Block a user