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:
parent
5ea3983d1f
commit
f23a059762
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue