From 8b8219315188383d717e8b4f4df0fbcd51374817 Mon Sep 17 00:00:00 2001 From: Lightemerald Date: Thu, 18 May 2023 21:48:42 +0200 Subject: [PATCH] added sudo to update.sh --- update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.sh b/update.sh index 13114b5..d890c56 100644 --- a/update.sh +++ b/update.sh @@ -1,4 +1,4 @@ -dnf up -y +sudo dnf up -y git pull cd Microsoft-Rewards-bot && git pull clear