Rearrange order of Arch installation steps

This commit is contained in:
Manuel Thalmann 2024-03-24 12:52:13 +01:00
parent f560c8de7b
commit dff19f4604

View file

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