Run setup of der-geret
using fish
This commit is contained in:
parent
e6da47a184
commit
ede0912e10
4
profiles/DerGeret/Arch/install.fish
Executable file
4
profiles/DerGeret/Arch/install.fish
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/env fish
|
||||
begin
|
||||
bash "$(status dirname)/install.sh"
|
||||
end
|
13
profiles/DerGeret/Arch/setup.fish
Executable file
13
profiles/DerGeret/Arch/setup.fish
Executable file
|
@ -0,0 +1,13 @@
|
|||
#!/bin/env fish
|
||||
begin
|
||||
set -l dir (status dirname)
|
||||
|
||||
function getInstallerScript -V dir -S
|
||||
echo "$dir/install.fish"
|
||||
end
|
||||
|
||||
CONFIG_MODULE="$dir/config.nix" \
|
||||
ARCH_HOSTNAME="der-geret" \
|
||||
USER_DISPLAYNAME="Manuel Thalmann" \
|
||||
source "$(status dirname)/../../../scripts/Arch/OS/setup.fish"
|
||||
end
|
Loading…
Reference in a new issue