Install nuke-usb command by default

This commit is contained in:
Manuel Thalmann 2024-09-20 06:38:19 +02:00
parent b9d7447ecb
commit 7f94251b08

View file

@ -61,6 +61,7 @@ function deploySoftware -d "Deploys a the specified software action" -a action
end end
and source "$dir/../../Common/Software/bash/main.fish" $argv and source "$dir/../../Common/Software/bash/main.fish" $argv
and source "$dir/../../Common/Software/nuke-usb/main.fish" $argv
and source "$dir/../Software/sudo/main.fish" $argv and source "$dir/../Software/sudo/main.fish" $argv
and source "$dir/../Software/aliae/main.fish" $argv and source "$dir/../Software/aliae/main.fish" $argv
and source "$dir/../Software/Oh My Posh/main.fish" $argv and source "$dir/../Software/Oh My Posh/main.fish" $argv