1
0
mirror of https://github.com/tommytran732/QubesOS-Scripts synced 2024-09-19 15:14:43 -04:00

Fix permission issue

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2024-05-10 05:06:11 -07:00
parent 7757b279cc
commit 00155aba9b
Signed by: Tomster
GPG Key ID: 555C902A34EC968F

View File

@ -141,4 +141,4 @@ unpriv curl --proxy http://127.0.0.1:8082 https://gitlab.com/divested/brace/-/ra
sudo systemctl daemon-reload
# Fix desktop environmemt variable
echo 'XDG_CURRENT_DESKTOP=GNOME' >> /etc/environment
echo 'XDG_CURRENT_DESKTOP=GNOME' | sudo tee -a /etc/environment