Forced installation of NFS-Common

It's rather painful to have access, and then wonder why NFS doesn't mount.
This commit is contained in:
Jarli01 2016-01-26 15:34:47 -05:00
parent 5ea3983d1f
commit f23a059762

View File

@ -1,4 +1,5 @@
#!/bin/bash #!/bin/bash
sudo apt-get install nfs-common
cd /opt cd /opt
curl -sL https://deb.nodesource.com/setup_5.x | sudo -E bash - curl -sL https://deb.nodesource.com/setup_5.x | sudo -E bash -
sudo apt-get install --yes nodejs sudo apt-get install --yes nodejs