Add fwl, fix pkm & vm_inst, update debian_preseed & provision_linux

This commit is contained in:
mitchell 2022-01-31 15:03:55 -05:00
parent 7f0d7d6f6f
commit 351d4c0574
5 changed files with 152 additions and 86 deletions

View file

@ -26,6 +26,7 @@ end
function _pacman_commander -a pkm command
set -l args $argv[3..]
set pkm (string split ' ' $pkm)
switch $command
case i install
@ -48,6 +49,7 @@ end
function _apt_commander -a pkm command
set -l args $argv[3..]
set pkm (string split ' ' $pkm)
switch $command
case i install