diff --git a/scripts/installer.sh b/scripts/installer.sh index a78f514d9..1353680c1 100755 --- a/scripts/installer.sh +++ b/scripts/installer.sh @@ -98,18 +98,6 @@ if [[ "${nginx_version}" != *"1.20."* ]]; then rm /tmp/nginx.deb fi -if ! which mount.nfs; then - log "installing nfs-common" - prepare_apt_once - apt install -y nfs-common -fi - -if ! which sshfs; then - log "installing sshfs" - prepare_apt_once - apt install -y sshfs -fi - log "updating node" readonly node_version=16.13.1 if [[ "$(node --version)" != "v${node_version}" ]]; then