From ecbbdee7e3786704fae401726c83bcc7a8882834 Mon Sep 17 00:00:00 2001 From: Lightemerald Date: Tue, 28 May 2024 07:36:01 +0000 Subject: [PATCH] Update setupScript.sh --- setupScript.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setupScript.sh b/setupScript.sh index 85cec61..1dd2d9f 100644 --- a/setupScript.sh +++ b/setupScript.sh @@ -68,6 +68,8 @@ install_apps() { system_update() { sudo flatpak update -y + sudo rpm-ostree cancel + sudo rpm-ostree rebase fedora:fedora/40/x86_64/silverblue sudo rpm-ostree upgrade }