PortValhalla/scripts/Arch/Software/firefox/main.fish

13 lines
253 B
Fish
Raw Permalink Normal View History

#!/bin/env fish
begin
set -l dir (status dirname)
source "$dir/../../Scripts/software.fish"
2024-10-13 13:35:24 +00:00
inherit "$dir/../../../Common/Software/firefox/main.fish"
2024-07-28 13:25:03 +00:00
function installSW -V dir
yayinst firefox
2024-09-13 12:47:07 +00:00
end
runInstaller $argv
end