From 6936e9aeb90a495c340bd925ec661ab9b15e0088 Mon Sep 17 00:00:00 2001 From: RP1 Date: Thu, 6 Feb 2025 10:24:55 +0100 Subject: [PATCH] fixed passwd --- rave | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rave b/rave index f76efa2..e50ff6b 100644 --- a/rave +++ b/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