Allow customizing setup script per machine

This commit is contained in:
Manuel Thalmann 2024-07-13 13:03:56 +02:00
commit 781a44895b
2 changed files with 20 additions and 10 deletions
scripts/Arch/OS

View file

@ -102,8 +102,10 @@ begin
end | arch-chroot "$mountDir" tee "$file" > /dev/null
end
function getInstallerScript -S
echo "$dir/install.fish"
if not type -q getInstallerScript
function getInstallerScript -S
echo "$dir/install.fish"
end
end
source "$dir/../../Common/OS/setup.fish"