fix monitor issue
[distro-setup] / distro-pkgs
index 0c137cb4afefed3cbf7cfd8f97397e0f453a4b9a..21d44621e538e47d73d863b14748094d284c7caf 100755 (executable)
@@ -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
@@ -191,14 +191,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