summarylogtreecommitdiffstats
path: root/albion-online-launcher-bin.install
diff options
context:
space:
mode:
authorGrey Christoforo2017-07-29 17:34:12 +0100
committerGrey Christoforo2017-07-29 17:34:12 +0100
commit61192c7449cf5c3907c586a6ce2a3348c37af639 (patch)
treeb10d5c69b08378eef008179de56acaef43b4e1c2 /albion-online-launcher-bin.install
parent36ded32dc139110592a2f7191516e4ebea3152be (diff)
downloadaur-61192c7449cf5c3907c586a6ce2a3348c37af639.tar.gz
fix group perms in .install script
Diffstat (limited to 'albion-online-launcher-bin.install')
-rw-r--r--albion-online-launcher-bin.install6
1 files changed, 4 insertions, 2 deletions
diff --git a/albion-online-launcher-bin.install b/albion-online-launcher-bin.install
index 904a84c3541e..735751c08d4d 100644
--- a/albion-online-launcher-bin.install
+++ b/albion-online-launcher-bin.install
@@ -6,9 +6,11 @@ post_upgrade() {
groupadd -r albion &> /dev/null
cat << "EOM"
-==> If you'd like to allow the launcher to update the game client, add your user to the albion group
+==> New group installed: albion
+==> Your user must be in the albion group for the launcher to work properly, eg.
+==> sudo usermod -a -G albion ${USER}
EOM
-
+ chgrp -R albion "/opt/albion-online-launcher-bin/launcher"
chgrp -R albion "/opt/albion-online-launcher-bin/game_x64"
chgrp -R albion "/opt/albion-online-launcher-bin/staging_x64"
}