forked from RP1/RaveOS-arch
Update ros-progs-gui.sh
This commit is contained in:
parent
a00d5720ed
commit
51161337a4
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ 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
|
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
|
||||||
|
|
Loading…
Reference in a new issue