X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=distro-pkgs;h=2267d8ee68ae61c66ab988c55eaf0fc41cb942b7;hb=c37a4a61ba9d5d09ea52c9e0996897666ec5eb89;hp=0c137cb4afefed3cbf7cfd8f97397e0f453a4b9a;hpb=15f043c2c297176bd623d8a8602e2dc5d67eacd6;p=distro-setup diff --git a/distro-pkgs b/distro-pkgs index 0c137cb..2267d8e 100755 --- a/distro-pkgs +++ b/distro-pkgs @@ -1,6 +1,6 @@ #!/bin/bash -l -errcatch +err-catch usage() { @@ -118,7 +118,7 @@ esac case $distro in arch) e nfs-utils ;; - trisquel|ubuntu|debian) e nfs-client ;; + trisquel|ubuntu|debian) e nfs-common ;; esac case $distro in @@ -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