Normalize software names
This commit is contained in:
parent
48322bb1c3
commit
95d079bcaf
70 changed files with 59 additions and 59 deletions
scripts/Arch/Software/virt-manager
27
scripts/Arch/Software/virt-manager/main.fish
Executable file
27
scripts/Arch/Software/virt-manager/main.fish
Executable file
|
@ -0,0 +1,27 @@
|
|||
#!/bin/env fish
|
||||
begin
|
||||
set -l dir (status dirname)
|
||||
source "$dir/../../Scripts/software.fish"
|
||||
inherit "$dir/../../../Common/Software/virt-manager/main.fish"
|
||||
|
||||
function installSW
|
||||
yayinst qemu-full
|
||||
yes | runPacman --asdeps iptables-nft
|
||||
|
||||
yes | yayinst \
|
||||
virtiofsd \
|
||||
virt-manager \
|
||||
dnsmasq \
|
||||
swtpm \
|
||||
lxc \
|
||||
virt-bootstrap-git
|
||||
end
|
||||
|
||||
function configureSW
|
||||
sudo systemctl enable --now libvirtd
|
||||
sudo systemctl enable --now virtlogd
|
||||
configureSWBase $argv
|
||||
end
|
||||
|
||||
runInstaller $argv
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue