Allow customizing setup script per machine
This commit is contained in:
parent
0902465e1b
commit
781a44895b
2 changed files with 20 additions and 10 deletions
scripts/Arch/OS
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue