forked from RP1/RaveOS-arch
Update ros-progs-gui.sh
This commit is contained in:
parent
9be91fe371
commit
1404380e6d
1 changed files with 4 additions and 0 deletions
|
@ -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
|
zenity --warning --text='!! MAJOM VAGY !!' --width='300' --height='100' 2>/dev/null
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Changing Ownership of Home folder to User
|
||||||
|
|
||||||
|
sudo chown -R $USER:$GROUP ~/
|
||||||
|
|
||||||
# Cleanup
|
# Cleanup
|
||||||
|
|
||||||
sudo rm /etc/xdg/autostart/3progs.sh.desktop 2>/dev/null
|
sudo rm /etc/xdg/autostart/3progs.sh.desktop 2>/dev/null
|
||||||
|
|
Loading…
Reference in a new issue