#!/bin/env fish
begin
    set -l dir (status dirname)
    source "$dir/../../../lib/software.fish"

    function configureSW -V dir
        sudo cp "$dir/firefox.sh" /etc/profile.d/
    end

    runInstaller $argv
end