fixed the beginning

This commit is contained in:
RP1 2025-02-17 19:55:54 +01:00
parent 53fdfbf3ed
commit 0f45b691fb

View file

@ -7,12 +7,14 @@ yellow=$(tput setaf 3) # ${yellow}
# APT/Flatpak APP TELEPITO SCRIPT
flatpak remote-add --if-not-exists --user flathub https://dl.flathub.org/repo/flathub.flatpakrepo
# Entering work folder
cd /usr/local/bin/progs
echo "[User]
Session=
Icon=/usr/share/backgrounds/rave-pp.png
SystemAccount=false" | sudo tee /var/lib/AccountsService/users/$USER 2>/dev/null
SystemAccount=false" > /dev/null | sudo tee /var/lib/AccountsService/users/$USER
# Zenity ablak megjelenítése
user_choice=$(zenity --list --checklist --width='1000' --height='1000' \