I have a VPS with my hosting provider and just installed a fresh Ubuntu 18.04LTS OS, updated everything, and then followed the instructions to install Cloudron. For some reason, I keep getting an error during the same part of the install.
This is what the error says:
=> Installing base dependencies and downloading docker images (this takes some time) ...Init script failed. See /var/log/cloudron-setup.log for details"
Inside the log, at the bottom, I see this failure:
"# debconf-set-selection of unattended-upgrades/enable_auto_updates + dpkg-reconfigure does not work
cp /usr/share/unattended-upgrades/20auto-upgrades /etc/apt/apt.conf.d/20auto-upgrades
echo "==> Installing node.js"
==> Installing node.js
mkdir -p /usr/local/node-10.18.1
curl -sL https://nodejs.org/dist/v10.18.1/node-v10.18.1-linux-x64.tar.gz | tar zxvf - --strip-components=1 -C /us$
gzip: stdin: unexpected end of file
tar: Child returned status 1
tar: Error is not recoverable: exiting now"
Any idea what the cause is?