forked from RP1/RaveOS-arch
fixed passwd
This commit is contained in:
parent
62927dc5f8
commit
6936e9aeb9
1 changed files with 2 additions and 2 deletions
4
rave
4
rave
|
@ -215,8 +215,8 @@ while [[ "$1" != '' ]]; do
|
|||
sudo pacman -Sc --noconfirm
|
||||
flatpak update -y
|
||||
flatpak uninstall --unused -y
|
||||
su - $USER -c "flatpak update -y"
|
||||
su - $USER -c "flatpak uninstall --unused -y"
|
||||
sudo flatpak update -y
|
||||
sudo flatpak uninstall --unused -y
|
||||
hblock
|
||||
echo ${bold}${yellow}RaveOS Gaming Linux fully updated!${normal}
|
||||
break
|
||||
|
|
Loading…
Reference in a new issue