mint.sh aktualisiert
This commit is contained in:
parent
13e33c5141
commit
ca78d13d57
4
mint.sh
4
mint.sh
@ -123,6 +123,10 @@ sudo usermod -aG docker ${defaultuser}
|
|||||||
sudo cat <<EOF >${defaultuserhome}/.xsessionrc
|
sudo cat <<EOF >${defaultuserhome}/.xsessionrc
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
# Clean GPU Cache of Element
|
||||||
|
# https://github.com/vector-im/element-web/issues/25776
|
||||||
|
rm -rf ~/.var/app/im.riot.Riot/config/Element/GPUCache
|
||||||
|
|
||||||
# Backup only if autologin deactivated
|
# Backup only if autologin deactivated
|
||||||
if ! grep -qr ^autologin-user= /etc/lightdm
|
if ! grep -qr ^autologin-user= /etc/lightdm
|
||||||
then
|
then
|
||||||
|
Loading…
Reference in New Issue
Block a user