summarylogtreecommitdiffstats
path: root/galileo.install
diff options
context:
space:
mode:
Diffstat (limited to 'galileo.install')
-rw-r--r--galileo.install2
1 files changed, 2 insertions, 0 deletions
diff --git a/galileo.install b/galileo.install
index 8ef2b3e50cf0..7b8311f208ee 100644
--- a/galileo.install
+++ b/galileo.install
@@ -3,6 +3,8 @@ post_upgrade() {
getent passwd galileo &>/dev/null || useradd -U -r -s /usr/bin/nologin galileo >/dev/null
echo "You should consider adding yourself to the group galileo to run it without root priviledges."
echo "[sudo] gpasswd -a <yourself> galileo"
+ echo "For synchronizing without dongle, through bluetooth, run :"
+ echo "galileo --bluetooth PyDBUS --verbose --database RemoteRESTDatabase"
}
post_install() {