diff --git a/ros-progs-gui.sh b/ros-progs-gui.sh index 3585e89..434c150 100755 --- a/ros-progs-gui.sh +++ b/ros-progs-gui.sh @@ -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