summarylogtreecommitdiffstats
path: root/chrome-remote-desktop.install
diff options
context:
space:
mode:
authorJames An2014-10-26 15:35:57 -0400
committerJames An2014-10-26 15:35:57 -0400
commit98061bc2849b30e3c8b74cb696d49a03dccb256c (patch)
treec0328df3b6e091c5623cd44aefedac104b7be1e6 /chrome-remote-desktop.install
parentdcf06b90dd427397baa3f4eaa0e64730be3c0fb7 (diff)
downloadaur-98061bc2849b30e3c8b74cb696d49a03dccb256c.tar.gz
Added TODO comments to chrome-remote-desktop post-install commands and instructions.
Diffstat (limited to 'chrome-remote-desktop.install')
-rw-r--r--chrome-remote-desktop.install6
1 files changed, 6 insertions, 0 deletions
diff --git a/chrome-remote-desktop.install b/chrome-remote-desktop.install
index cc9a65c9ef8d..40ec33842858 100644
--- a/chrome-remote-desktop.install
+++ b/chrome-remote-desktop.install
@@ -1,4 +1,10 @@
post_install() {
+ # Create chrome-remote-desktop group
+ groupadd --gid $GID chrome-remote-desktop
+ # Instruct to create $HOME/.config/chrome-remote-desktop
+ # Instruct to add self to CRD group
+ # Instruct order to install CRD extension and enable CRD user service unit
+
echo ""
echo "Please create ~/.config/chrome-remote-desktop folder manually, if it doesn't exist, or else you can't use CRD."
echo "The needed files are created by the Chrome app, inside the chrome-remote-desktop folder, after Enabling Remote Connections."