mirror of
https://github.com/Jarli01/xenorchestra_installer.git
synced 2024-11-23 12:30:45 +01:00
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
|
#!/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
|
||||||
|
Loading…
Reference in New Issue
Block a user