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