1
0
Fork 0
forked from RP1/RaveOS-arch

Update ros-progs-gui.sh

This commit is contained in:
RP1 2025-03-11 20:19:00 +00:00
parent 9be91fe371
commit 1404380e6d

View file

@ -917,6 +917,10 @@ if [[ $user_choice = *"Windows 11 Telepítő - Csak Profiknak"* ]]; then
zenity --warning --text='!! MAJOM VAGY !!' --width='300' --height='100' 2>/dev/null
fi
# Changing Ownership of Home folder to User
sudo chown -R $USER:$GROUP ~/
# Cleanup
sudo rm /etc/xdg/autostart/3progs.sh.desktop 2>/dev/null