forked from GitHub/virtualtabletop
6 lines
216 B
Bash
6 lines
216 B
Bash
|
#!/bin/bash
|
||
|
nvm install 16
|
||
|
nvm use 16
|
||
|
npm install
|
||
|
|
||
|
sed -r "s#http://localhost:([0-9]+)#$(gp url 8272)#;s/VirtualTabletop.io/Gitpod VTT/;s/(allowPublicLibraryEdits.: )false/\\1true/" config.template.json > config.json
|