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
|
sudo pacman -Sc --noconfirm
|
||||||
flatpak update -y
|
flatpak update -y
|
||||||
flatpak uninstall --unused -y
|
flatpak uninstall --unused -y
|
||||||
su - $USER -c "flatpak update -y"
|
sudo flatpak update -y
|
||||||
su - $USER -c "flatpak uninstall --unused -y"
|
sudo flatpak uninstall --unused -y
|
||||||
hblock
|
hblock
|
||||||
echo ${bold}${yellow}RaveOS Gaming Linux fully updated!${normal}
|
echo ${bold}${yellow}RaveOS Gaming Linux fully updated!${normal}
|
||||||
break
|
break
|
||||||
|
|
Loading…
Reference in a new issue