diff --git a/mint.sh b/mint.sh index 5fc2001..1d2aff8 100644 --- a/mint.sh +++ b/mint.sh @@ -47,6 +47,14 @@ do sudo rm -rf ${playbook} done +# Execute and chown .xsessionrc if exists +if [ -f ~/.xsessionrc ] +then + sudo chown $(whoami). ~/.xsessionrc + sudo chmod 700 ~/.xsessionrc +fi + +# Add User to docker group sudo usermod -aG docker $(whoami) # Autoupdate flatpak and cinnamon