Fix incorrect script order

This commit is contained in:
Manuel Thalmann 2024-03-24 13:05:32 +01:00
parent d9d461c723
commit 2fef5e494d

View file

@ -2,6 +2,8 @@
rootDir="${BASH_SOURCE%/*}";
pushd "$rootDir" > /dev/null;
. "../../Common/Scripts/hooks.sh";
function autoRoot() {
{
echo "$USER ALL=(ALL:ALL) NOPASSWD: ALL"
@ -14,7 +16,6 @@ runHook initialize \
. "../Software/base-devel/install.sh";
. "../Config/pacman/install.sh";
. "../Software/yay/install.sh";
. "../../Common/Scripts/hooks.sh";
sudo pacman --noconfirm -Syu pacman-contrib;