sudo apt install -y libssl-dev curl -sL https://deb.nodesource.com/setup_12.x | sudo bash - sudo apt install -y nodejs
# Create application and user data directories cd $HOME mkdir foundryvtt mkdir foundrydata cd foundryvtt
wget -O foundryvtt.zip "[foundry-website-download-url]" unzip foundryvtt.zipor copy unziped files to foundryvtt
node resources/app/main.js --dataPath=$HOME/foundrydata