Streamline aliae installation

This commit is contained in:
Manuel Thalmann 2024-07-16 03:30:14 +02:00
commit 5e5bb3e5df
9 changed files with 114 additions and 2 deletions
scripts/Arch/Software/aliae

View file

@ -0,0 +1,13 @@
#!/bin/env fish
begin
set -l dir (status dirname)
source "$dir/../../Scripts/software.fish"
source "$dir/../../../Common/Software/aliae/main.fish"
function installSW
yayinst \
aliae-bin
end
runInstaller $argv
end