From f23a059762d042c03329228565c365a847c5f274 Mon Sep 17 00:00:00 2001 From: Jarli01 Date: Tue, 26 Jan 2016 15:34:47 -0500 Subject: [PATCH] Forced installation of NFS-Common It's rather painful to have access, and then wonder why NFS doesn't mount. --- xo_install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/xo_install.sh b/xo_install.sh index ced5504..355dc06 100644 --- a/xo_install.sh +++ b/xo_install.sh @@ -1,4 +1,5 @@ #!/bin/bash +sudo apt-get install nfs-common cd /opt curl -sL https://deb.nodesource.com/setup_5.x | sudo -E bash - sudo apt-get install --yes nodejs