ordering
[distro-setup] / distro-pkgs
index 0c137cb4afefed3cbf7cfd8f97397e0f453a4b9a..62c877aefeff109b2dbbf474eaf1d14797be6145 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