From 08c4c78c8ebb2f4aa79bea64dafdc1e32ea573ff Mon Sep 17 00:00:00 2001 From: futile Date: Fri, 24 Jul 2026 11:12:48 +0100 Subject: [PATCH] scripts: add gdu to packages --- scripts/system-setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/system-setup.sh b/scripts/system-setup.sh index 8295aa7..6488a37 100755 --- a/scripts/system-setup.sh +++ b/scripts/system-setup.sh @@ -78,7 +78,7 @@ banner bottom "updated system" # install misc banner top "installing misc packages" -sudo dnf install -y micro btop fastfetch policycoreutils-python-utils +sudo dnf install -y micro btop gdu fastfetch policycoreutils-python-utils curl -fsSL https://vykar.borgbase.com/install.sh | sh banner bottom "installed misc packages"