Correct the order
This commit is contained in:
parent
faaf672eb4
commit
f0a9271506
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user