summarylogtreecommitdiffstats
path: root/albion-online
blob: bebb8ff806a6022959f04974c24888384e692496 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/bash

if newgrp albion &>/dev/null <<< /opt/albion-online-launcher-bin/Albion-Online
then
    :
else
    zenity \
        --info \
        --text="Please run the next command in your terminal to give your user permissions to update Albion game data on /opt:\n\n\sudo usermod -a -G albion ${USER}"
fi