echo 'deb http://http.debian.net/debian stretch-backports main' >> /etc/apt/sources.list apt update && apt install nodejs git build-essential curl libssl-dev ln -s /usr/bin/nodejs /usr/bin/node useradd -mU etherpad cd /home/etherpad su -c 'git clone https://github.com/ether/etherpad-lite.git' etherpad cd /home/etherpad/etherpad-lite/ su -c './bin/installDeps.sh' etherpad