forked from RP1/RaveOS-arch
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
|
# APT/Flatpak APP TELEPITO SCRIPT
|
||||||
|
|
||||||
|
flatpak remote-add --if-not-exists --user flathub https://dl.flathub.org/repo/flathub.flatpakrepo
|
||||||
|
|
||||||
# Entering work folder
|
# Entering work folder
|
||||||
cd /usr/local/bin/progs
|
cd /usr/local/bin/progs
|
||||||
echo "[User]
|
echo "[User]
|
||||||
Session=
|
Session=
|
||||||
Icon=/usr/share/backgrounds/rave-pp.png
|
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
|
# Zenity ablak megjelenítése
|
||||||
user_choice=$(zenity --list --checklist --width='1000' --height='1000' \
|
user_choice=$(zenity --list --checklist --width='1000' --height='1000' \
|
||||||
|
|
Loading…
Reference in a new issue