forked from RP1/RaveOS-arch
Update ros-progs-gui.sh
This commit is contained in:
parent
decb78085b
commit
1b1ff8d480
1 changed files with 9 additions and 0 deletions
|
@ -10,6 +10,15 @@ yellow=$(tput setaf 3) # ${yellow}
|
||||||
# Entering work folder
|
# Entering work folder
|
||||||
cd /usr/local/bin/progs
|
cd /usr/local/bin/progs
|
||||||
|
|
||||||
|
# Changing Profile Picture to RP LOGO
|
||||||
|
echo "[User]
|
||||||
|
Session=
|
||||||
|
Icon=/usr/share/backgrounds/rave-pp.png
|
||||||
|
SystemAccount=false" | sudo tee /var/lib/AccountsService/users/$USER
|
||||||
|
|
||||||
|
# Adding flatpak repo for USER
|
||||||
|
flatpak remote-add --if-not-exists --user flathub https://dl.flathub.org/repo/flathub.flatpakrepo
|
||||||
|
|
||||||
# Zenity ablak megjelenítése
|
# Zenity ablak megjelenítése
|
||||||
user_choice=$(zenity --list --checklist --width='1000' --height='1000' \
|
user_choice=$(zenity --list --checklist --width='1000' --height='1000' \
|
||||||
--title="APP Telepítő Script base by Airman & RAVE (Magyarosította balage79)" \
|
--title="APP Telepítő Script base by Airman & RAVE (Magyarosította balage79)" \
|
||||||
|
|
Loading…
Reference in a new issue