X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=distro-pkgs;h=2267d8ee68ae61c66ab988c55eaf0fc41cb942b7;hb=c37a4a61ba9d5d09ea52c9e0996897666ec5eb89;hp=8aebe8446b9db475d8c92febf2b37c4e712f21f5;hpb=2cff2dd2b8040e6cbd721932ae09142881d7e0a6;p=distro-setup diff --git a/distro-pkgs b/distro-pkgs index 8aebe84..2267d8e 100755 --- a/distro-pkgs +++ b/distro-pkgs @@ -1,6 +1,6 @@ #!/bin/bash -l -errcatch +err-catch usage() { @@ -170,15 +170,6 @@ case $distro in # others unknown esac -case $distro in - arch) e virt-install;;& - debian|trisquel|ubuntu) e virtinst ;;& - *) e virt-manager ;; # creates the libvirt group in debian at least - # others unknown -esac - - - case $distro in arch) e cdrkit;; debian|trisquel|ubuntu) e genisoimage;; @@ -191,14 +182,6 @@ case $distro in # others unknown esac -case $distro in - debian|trisquel|ubuntu) - # fdroidcl dependency - e golang-go - ;; - # others unknown -esac - ### stuff brought in through deps in other distros case $distro in