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

12 lines
218 B
Fish
Raw Normal View History

#!/bin/env fish
begin
set -l dir (status dirname)
2024-11-01 12:12:16 +00:00
source "$dir/../../../lib/software.fish"
function configureSW -V dir
sudo cp "$dir/firefox.sh" /etc/profile.d/
end
runInstaller $argv
end