use WEBI_HOST rather than webinstall.dev

This commit is contained in:
AJ ONeal
2020-06-30 18:13:22 +00:00
parent ea77982c0a
commit 6cb859eeff
6 changed files with 12 additions and 7 deletions
+3 -2
View File
@@ -39,8 +39,9 @@
sudo -i -u app bash -c 'ssh-keygen -b 2048 -t rsa -f /home/app/.ssh/id_rsa -q -N ""'
# Install webi for the new 'app' user
sudo -i -u app bash -c 'curl -fsSL https://webinstall.dev/webi | bash' \
|| sudo -i -u app bash -c 'wget -q -O - https://webinstall.dev/webi | bash'
WEBI_HOST=${WEBI_HOST:-"https://webinstall.dev"}
sudo -i -u app bash -c "curl -fsSL '$WEBI_HOST/webi' | bash" \
|| sudo -i -u app bash -c "wget -q -O - '$WEBI_HOST/webi' | bash"
# TODO ensure that ssh-password login is off