Update ros-progs-gui.sh

This commit is contained in:
Nippy 2025-09-10 15:46:45 +00:00
parent c29c234e59
commit 4cf8bcfd00

View file

@ -1,9 +1,5 @@
#!/bin/bash #!/bin/bash
# sudo pacman-key --recv-key 3056513887B78AEB --keyserver keyserver.ubuntu.com 2>/dev/null
# sudo pacman-key --lsign-key 3056513887B78AEB 2>/dev/null
# sudo pacman -U 'https://cdn-mirror.chaotic.cx/chaotic-aur/chaotic-keyring.pkg.tar.zst' 'https://cdn-mirror.chaotic.cx/chaotic-aur/chaotic-mirrorlist.pkg.tar.zst' --noconfirm 2>/dev/null
# ROS Telepito szamlalo by Marci # ROS Telepito szamlalo by Marci
APP_DIR="/home/$USER/.local/share/applications" APP_DIR="/home/$USER/.local/share/applications"
FILE_NAME="RaveOS-greeting" FILE_NAME="RaveOS-greeting"
@ -22,7 +18,6 @@ yellow=$(tput setaf 3) # ${yellow}
# Entering work folder # Entering work folder
cd /usr/local/bin/progs cd /usr/local/bin/progs
sudo curl -Ls https://links.rp1.hu/progsgui -o /usr/local/bin/progs/3progs.sh 2>/dev/null
# Changing Profile Picture to RP LOGO # Changing Profile Picture to RP LOGO
echo -e "[User]\nSession=\nIcon=/usr/share/backgrounds/rave-pp.png\nSystemAccount=false" | sudo tee /var/lib/AccountsService/users/$USER > /dev/null echo -e "[User]\nSession=\nIcon=/usr/share/backgrounds/rave-pp.png\nSystemAccount=false" | sudo tee /var/lib/AccountsService/users/$USER > /dev/null