fixed the beginning
This commit is contained in:
parent
53fdfbf3ed
commit
0f45b691fb
1 changed files with 3 additions and 1 deletions
|
@ -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' \
|
||||
|
|
Loading…
Reference in a new issue