diff --git a/scripts/Arch/OS/setup.fish b/scripts/Arch/OS/setup.fish index f9715ce3..e281705b 100755 --- a/scripts/Arch/OS/setup.fish +++ b/scripts/Arch/OS/setup.fish @@ -94,6 +94,7 @@ begin and echo (getOSConfig hostname) | arch-chroot "$mountDir" tee /etc/hostname >/dev/null + and runInOS fish "$tempDir/../Software/systemd-networkd/main.fish" and runInOS fish "$tempDir/../Software/btrfs/main.fish" and arch-chroot "$mountDir" mkinitcpio -P and runInOS fish "$tempDir/../Software/grub/main.fish"