From 2ca647879af952288c34ec3f1d9cb3a1dc538e86 Mon Sep 17 00:00:00 2001 From: Dustin B Date: Wed, 11 Apr 2018 10:15:47 -0400 Subject: [PATCH 1/2] Print web url Possible fix for #8 --- xo_install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/xo_install.sh b/xo_install.sh index 3dc1818..e2fa607 100644 --- a/xo_install.sh +++ b/xo_install.sh @@ -64,3 +64,6 @@ fi sudo /bin/chmod +x $systemd_service_dir/$xo_service sudo /bin/systemctl enable $xo_service sudo /bin/systemctl start $xo_service + +echo "Installation complete, based on what we can find, you likely need to open your web browser to:" +hostname -I From 088fa9031b25f8af3a355ae3daf07d81f42b7482 Mon Sep 17 00:00:00 2001 From: Dustin B Date: Wed, 11 Apr 2018 10:29:15 -0400 Subject: [PATCH 2/2] Update xo_install.sh --- xo_install.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/xo_install.sh b/xo_install.sh index e2fa607..5a4d2da 100644 --- a/xo_install.sh +++ b/xo_install.sh @@ -65,5 +65,7 @@ sudo /bin/chmod +x $systemd_service_dir/$xo_service sudo /bin/systemctl enable $xo_service sudo /bin/systemctl start $xo_service -echo "Installation complete, based on what we can find, you likely need to open your web browser to:" +echo +echo +echo "Installation complete, open a browser to:" hostname -I