Add scripts for installing Arch

This commit is contained in:
Manuel Thalmann 2024-11-05 17:47:39 +01:00
parent f288eeac32
commit e53b6e6981

4
scripts/arch-install.fish Executable file
View file

@ -0,0 +1,4 @@
#!/bin/env fish
begin
fish "$(status dirname)/Arch/OS/install.fish"
end